X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/f8390f8f7da997cf14681408515423b1ac3ea1bd..31b934fa103ee83daab587bb09bf9d7d05a054cb:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index bada15b..e94a05e 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -110,7 +110,7 @@ int main(int argc, char *argv[]) printf("COMPACTANDO........\n"); fp->compactar(fp); - +ver_archivo_FS(fp); for (j=1; j<8; j+=2){ b_ptr = fp->leer_registro(fp, v[j], ®_size, &err); printf("Recuperado : %s\n", b_ptr);