Reacted on compiler warnings from gzpLinux on kernel 2.6

This commit is contained in:
2010-02-08 10:55:13 +01:00
parent 633a8ada9e
commit 4b0f175a89
3 changed files with 5 additions and 1 deletions

View File

@ -921,7 +921,7 @@ int iso_tree_path_to_node(IsoImage *image, const char *path, IsoNode **node)
int result;
IsoNode *n;
IsoDir *dir;
char *ptr, *brk_info, *component;
char *ptr, *brk_info = NULL, *component;
if (image == NULL || path == NULL) {
return ISO_NULL_POINTER;