X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/be4cb2ce4e27a069a22ff7e253ca60cd41b4d5de..6a1af16bedb847cc08ce70484b417bfc89c7c7fc:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index bdb4604..c57e56d 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -72,20 +72,20 @@ 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); + /*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); 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); + fp->borrar_registro(fp, n7);*/ 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); - n8 = fp->grabar_registro(fp, f, 9, &err); + n8 = fp->grabar_registro(fp, d, 8, &err); printf("tipo2_main.c >> Id recuperado: %lu\n",n8); emufs_destruir(fp);