Commit 56d77c9e authored by Heikki Linnakangas's avatar Heikki Linnakangas

Silence compiler warning about uninitialized variable, noted by

Itagaki Takahiro
parent 41611f16
......@@ -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
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment