X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=restore%2Fdirs.c;h=88dfc69c46befe9e5ace90d812ded1c6a69a6b50;hb=72d6b3ce00a5d09ff8a30d649594ff54a7157f97;hp=b049f49007801c6caa8c70d755b38ecce9dbc860;hpb=0b2ca41df10ac4d69127e4fedca5d64531d9d1d7;p=debian%2Fdump diff --git a/restore/dirs.c b/restore/dirs.c index b049f49..88dfc69 100644 --- a/restore/dirs.c +++ b/restore/dirs.c @@ -42,7 +42,7 @@ #ifndef lint static const char rcsid[] = - "$Id: dirs.c,v 1.32 2005/05/02 15:10:46 stelian Exp $"; + "$Id: dirs.c,v 1.33 2005/05/28 18:34:47 stelian Exp $"; #endif /* not lint */ #include @@ -769,10 +769,10 @@ comparedirmodes(void) if (ep == NULL) { panic("cannot find directory inode %d\n", node.ino); } else { - cp = myname(ep); struct STAT sb; unsigned long newflags; + cp = myname(ep); if (LSTAT(cp, &sb) < 0) { warn("unable to stat %s", cp); do_compare_error;