--- np2/statsave.c 2005/03/22 04:03:15 1.47 +++ np2/statsave.c 2005/03/22 04:39:07 1.48 @@ -1037,7 +1037,7 @@ static int flagload_fdd(STFLAGH sfh, con for (i=0; i<4; i++) { ret |= statflag_read(sfh, &sp, sizeof(sp)); if (sp.path[0]) { - fdd_set(i, sp.path, FTYPE_NONE, sp.readonly); + fdd_set(i, sp.path, sp.ftype, sp.readonly); } } (void)tbl;