X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/774f9c01d87fa1b2e1d7525dbe8aeab7a21e3fbb..75973af27108786afc7a63cbb2efa6a33ae386dc:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index c57e56d..068b030 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -72,18 +72,18 @@ int main(int argc, char *argv[]) n7 = fp->grabar_registro(fp, h, 63, &err); /* Borramos un registro del medio */ - /*printf("tipo2_main.c >> Borrando registro: %lu\n",n0); - fp->borrar_registro(fp, n0); printf("tipo2_main.c >> Borrando registro: %lu\n",n5); - fp->borrar_registro(fp, n5); + fp->borrar_registro(fp, n5); printf("tipo2_main.c >> Borrando registro: %lu\n",n1); fp->borrar_registro(fp, n1); - printf("tipo2_main.c >> Borrando registro: %lu\n",n7); - fp->borrar_registro(fp, n7);*/ + printf("tipo2_main.c >> Borrando registro: %lu\n",n0); + fp->borrar_registro(fp, n0); printf("tipo2_main.c >> Borrando registro: %lu\n",n3); - fp->borrar_registro(fp, n3); - printf("tipo2_main.c >> Borrando registro: %lu\n",n6); - fp->borrar_registro(fp, n6); + fp->borrar_registro(fp, n3); + printf("tipo2_main.c >> Borrando registro: %lu\n",n7); + fp->borrar_registro(fp, n7); + printf("tipo2_main.c >> Borrando registro: %lu\n",n4); + fp->borrar_registro(fp, n4); n8 = fp->grabar_registro(fp, d, 8, &err); printf("tipo2_main.c >> Id recuperado: %lu\n",n8);