X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/1e96d89cf3c42131b8a8731a3fb76eb111550a52..8665a7da4441e79f72cb35246be42f094c54bdc6:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index c9a9b18..c564106 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -72,7 +72,9 @@ int main(int argc, char *argv[]) /* Borramos un registro del medio */ printf("tipo2_main.c >> Borrando registro: %lu\n",n4); - fp->borrar_registro(fp, 54); + if (fp->borrar_registro(fp, n4) == -1) + printf("tipo2_main.c >> Error al Borrar Registro Nro: %lu",n4); + /*n8 = fp->grabar_registro(fp, i, 100); fp->leer_registro(fp, n8, b, 100);