1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fixing c90 issue in util.c

This commit is contained in:
Ahmed Abdellah
2019-10-24 10:12:51 +01:00
parent f43e45954f
commit aefa18ee38
2 changed files with 29 additions and 23 deletions

View File

@ -820,14 +820,10 @@ int main(int argCount, const char* argv[])
DISPLAYLEVEL(4, "[TRACE] call read function is finished\n");
DISPLAYLEVEL(4, "[TRACE] extendedFileNamesTable:\n");
DISPLAYLEVEL(4, "[TRACE] call concatenation function\n");
DISPLAYLEVEL(4, "[TRACE] filenameidx: %d\n", filenameIdx);
// unsigned i = 0;
// for(i = filenameIdx; i < filenameTableSize ; ++i)
filenameTable[filenameIdx] = NULL; // marking end of table
filenameTable[filenameIdx] = NULL; // marking end of table
curTable = (FileNamesTable*) malloc(sizeof(FileNamesTable));