mirror of
https://github.com/facebook/zstd.git
synced 2025-08-07 06:23:00 +03:00
fixing c90 issue in util.c cont. again
This commit is contained in:
@@ -293,7 +293,6 @@ UTIL_createFileNamesTable_fromFileName(const char* inputFileName) {
|
|||||||
UTIL_DISPLAY("[TRACE] migration done\n");
|
UTIL_DISPLAY("[TRACE] migration done\n");
|
||||||
|
|
||||||
|
|
||||||
UTIL_DISPLAY("[TRACE] pos %zu inputFileSize %lu\n", pos, inputFileSize);
|
|
||||||
if(pos > inputFileSize){
|
if(pos > inputFileSize){
|
||||||
UTIL_freeFileNamesTable(filesTable);
|
UTIL_freeFileNamesTable(filesTable);
|
||||||
if(buf) free(buf);
|
if(buf) free(buf);
|
||||||
|
Reference in New Issue
Block a user