X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/a80376437ca7e774f41a43f33775f2c0b5b662a2..66243c7630bd677829a4263930f856fb70a0aa68:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index ba5e615..f0a5213 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -72,10 +72,20 @@ int main(int argc, char *argv[]) n8 = fp->grabar_registro(fp, h, 63, &err); /* Borramos un registro del medio */ + printf("tipo2_main.c >> Borrando registro: %lu\n",n1); + fp->borrar_registro(fp, n1); + printf("tipo2_main.c >> Borrando registro: %lu\n",n6); + fp->borrar_registro(fp, n6); + printf("tipo2_main.c >> Borrando registro: %lu\n",n2); + fp->borrar_registro(fp, n2); + printf("tipo2_main.c >> Borrando registro: %lu\n",n8); + fp->borrar_registro(fp, n8); printf("tipo2_main.c >> Borrando registro: %lu\n",n4); - if (fp->borrar_registro(fp, n4) == -1) - printf("tipo2_main.c >> Error al Borrar Registro Nro: %lu",n4); + fp->borrar_registro(fp, n4); + printf("tipo2_main.c >> Borrando registro: %lu\n",n7); + fp->borrar_registro(fp, n7); + /*n8 = fp->grabar_registro(fp, i, 100); fp->leer_registro(fp, n8, b, 100);