Silence compiler warning about uninitialized variable, noted by

Itagaki Takahiro
This commit is contained in:
Heikki Linnakangas 2011-01-24 08:28:00 +02:00
parent 41611f16e9
commit 56d77c9e56

View File

@ -1784,6 +1784,7 @@ _discoverArchiveFormat(ArchiveHandle *AH)
#endif
die_horribly(AH, modulename, "directory \"%s\" does not appear to be a valid archive (\"toc.dat\" does not exist)\n",
AH->fSpec);
fh = NULL; /* keep compiler quiet */
}
else
{