X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=restore%2Frestore.c;fp=restore%2Frestore.c;h=c773d9066f63a2de811133253ef0558537446ba7;hp=780fd76f04bdd0a3d61297acf9719c0295a6a805;hb=2359fe7e917ea8a52c5d523c77d29bddf6f82fce;hpb=531db7127cdd4c02387e11b5be59a214b1c4515d diff --git a/restore/restore.c b/restore/restore.c index 780fd76..c773d90 100644 --- a/restore/restore.c +++ b/restore/restore.c @@ -37,7 +37,7 @@ #ifndef lint static const char rcsid[] = - "$Id: restore.c,v 1.39 2010/03/22 16:08:10 stelian Exp $"; + "$Id: restore.c,v 1.40 2010/12/06 14:26:50 stelian Exp $"; #endif /* not lint */ #include @@ -904,14 +904,15 @@ createfiles(void) Vprintf(stdout, "Extract requested files\n"); curfile.action = SKIP; #ifdef USE_QFA - if (tapeposflag) - curfile.ino = 0; - else + if (!tapeposflag) { #endif if (volinfo[1] == ROOTINO) curfile.ino = 0; else getvol((long)1); +#ifdef USE_QFA + } +#endif skipmaps(); skipdirs(); first = lowerbnd(ROOTINO);