X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c407055e1cc6ff4c435114091c3a5430486aa659..83110706b7a81ad5a9964c92823b7827d9088256:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index d909897..2fc5dcf 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -92,8 +92,8 @@ int main(int argc, char *argv[]) /*fp->borrar_registro(fp, n4, 100); fp->borrar_registro(fp, n2, 100); fp->borrar_registro(fp, n6, 100);*/ - /*fp->borrar_registro(fp, n1, 100);*/ - /*printf("borre el registro de id = %d\n",n1);*/ + fp->borrar_registro(fp, n1); + printf("borre el registro de id = %d\n",n1); fp->leer_registro(fp, n2, b, 100); printf("Recuperado : %s\n", b);