(extract_file): Call skip_member if open fails.

Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>
This commit is contained in:
Sergey Poznyakoff
2006-12-07 14:33:54 +00:00
parent 9bf87b195e
commit cdb77dcd7b

View File

@@ -766,6 +766,7 @@ extract_file (char *file_name, int typeflag)
if (fd < 0)
{
skip_member ();
open_error (file_name);
return 1;
}