complete path for eiger

This commit is contained in:
2021-11-11 10:56:09 +01:00
parent c532ecc2e8
commit 93a191f122
2 changed files with 9 additions and 6 deletions

View File

@@ -543,7 +543,6 @@ int writeBinaryFile(char *mess, char *fname, char *buffer,
LOG(logDEBUG1,
("bytesWritten:%lu filesize:%lu\n", bytesWritten, filesize));
}
printf("\n");
if (fclose(fp) != 0) {
sprintf(mess, "Could not %s. (closing file pointer)\n", errorPrefix);
LOG(logERROR, (mess));