fix warning (uninitialised variable)

edge.strict_endians
flatcap 2005-10-16 21:37:12 +00:00
parent 8fa46025d5
commit 2436151e59
1 changed files with 1 additions and 1 deletions

View File

@ -4584,7 +4584,7 @@ static int ntfs_file_add2 (ntfs_volume *vol, char *filename)
char *ptr = NULL;
char *dirname = NULL;
struct ntfs_find find;
INDEX_ENTRY *ie;
INDEX_ENTRY *ie = NULL;
ntfschar *uname = NULL;
int uname_len = 0;
ntfs_inode *ino = NULL;