CHG: "hf mf hardnested" - less printing
CHG: some filehandles = NULL.
This commit is contained in:
@@ -748,7 +748,10 @@ int readKeyFile(uint8_t key[8])
|
||||
if ( bytes_read == 1) {
|
||||
retval = 0;
|
||||
}
|
||||
fclose(f);
|
||||
if (f) {
|
||||
fclose(f);
|
||||
f = NULL;
|
||||
}
|
||||
return retval;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user