diff options
| author | Soikk | 2024-10-20 23:56:30 +0200 |
|---|---|---|
| committer | Soikk | 2024-10-20 23:56:30 +0200 |
| commit | 305201ea17bad5293a1891cbadbd96ae2204c526 (patch) | |
| tree | f4d13b65e8368089575b57cadc87558d7dcbbde6 /verify.c | |
| parent | e99428c53e8240069c0feba2e84bd4c323532a1f (diff) | |
| download | soikk-pearson_verify-main.tar.xz soikk-pearson_verify-main.tar.zst | |
Diffstat (limited to 'verify.c')
| -rw-r--r-- | verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -72,7 +72,7 @@ int main(int argc, char *argv[]){ } if(fscanf(f2, "%lg\n", &d2) != 1){ #ifndef QUIET - fprintf(stderr, "ERROR:\tCannot read number from file '%s' at line %lu.\n", argv[1], line); + fprintf(stderr, "ERROR:\tCannot read number from file '%s' at line %lu.\n", argv[2], line); #endif ret = 2; goto close_end; |
