fixing c90 issue in util.c cont. again

dev
Ahmed Abdellah 2019-10-24 10:23:36 +01:00
parent 8a9741b3ee
commit c799f33899
1 changed files with 0 additions and 1 deletions

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);