X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/19dd8c73f1c094909dfe57cb607cc39d13779bf2..8bc5985288b46b993316b85bf2e13899c1a09292:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index 9fe6dbe..1fe3efc 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -93,14 +93,14 @@ int main(int argc, char *argv[]) efs->borrar_registro(efs, n4);*/ /* Prueba de recompactacion */ - efs->borrar_registro(efs, n7); + /*efs->borrar_registro(efs, n7); efs->borrar_registro(efs, n4); - efs->borrar_registro(efs, n2); + efs->borrar_registro(efs, n2); */ n9 = efs->grabar_registro(efs, d, 8, &err); /* Levanto un registro */ - registro = efs->leer_registro(efs,n1,®_size,&err); + /*registro = efs->leer_registro(efs,n1,®_size,&err);*/ if (err == 0) { printf("tipo2_main.c >>Registro: %lu Size: %lu Content: %s\n\n",n2,reg_size,registro); }