fixing c90 issue in util.c cont. again

This commit is contained in:
Ahmed Abdellah 2019-10-24 10:23:36 +01:00
parent 8a9741b3ee
commit c799f33899

View File

@ -293,7 +293,6 @@ UTIL_createFileNamesTable_fromFileName(const char* inputFileName) {
UTIL_DISPLAY("[TRACE] migration done\n");
UTIL_DISPLAY("[TRACE] pos %zu inputFileSize %lu\n", pos, inputFileSize);
if(pos > inputFileSize){
UTIL_freeFileNamesTable(filesTable);
if(buf) free(buf);