don't close on null file pointer
This commit is contained in:
parent
e101bd2404
commit
49a9cf3d63
1 changed files with 0 additions and 1 deletions
|
@ -1327,7 +1327,6 @@ read_eas3(char *const filename)
|
||||||
fprintf(stderr, "o##########################################################o\n"\
|
fprintf(stderr, "o##########################################################o\n"\
|
||||||
"| ERROR: Could not open or read %-25s|\n"\
|
"| ERROR: Could not open or read %-25s|\n"\
|
||||||
"o##########################################################o\n", filename);
|
"o##########################################################o\n", filename);
|
||||||
fclose(fp);
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue