Reacted on warnings of Debian buildd with clang

This commit is contained in:
2013-09-16 20:52:14 +02:00
parent b95e1bb85c
commit c78526abce
3 changed files with 3 additions and 3 deletions

View File

@@ -349,7 +349,7 @@ int mangle_single_dir(Ecma119Image *t, JolietNode *dir)
int ret;
int i, nchildren, maxchar = 64;
JolietNode **children;
IsoHTable *table;
IsoHTable *table = NULL;
int need_sort = 0;
uint16_t *full_name = NULL;
uint16_t *tmp = NULL;