Fixed small bug
This commit is contained in:
parent
e99428c53e
commit
305201ea17
2
verify.c
2
verify.c
@ -72,7 +72,7 @@ int main(int argc, char *argv[]){
|
|||||||
}
|
}
|
||||||
if(fscanf(f2, "%lg\n", &d2) != 1){
|
if(fscanf(f2, "%lg\n", &d2) != 1){
|
||||||
#ifndef QUIET
|
#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
|
#endif
|
||||||
ret = 2;
|
ret = 2;
|
||||||
goto close_end;
|
goto close_end;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user