Explorar el Código

(extract_file): Call skip_member if open fails.
Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>

Sergey Poznyakoff hace 18 años
padre
commit
cdb77dcd7b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/extract.c

+ 1 - 0
src/extract.c

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