X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/0197ffb819756560ce134f0d8303ce8054b39d37..bbec3e19d5390cf5ca1c0140e724fda136c37ad8:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index 90a1dc1..4321534 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -87,8 +87,8 @@ int main(int argc, char *argv[]) ver_archivo_FS(fp); - fp->borrar_registro(fp, n5); - printf("borre el registro de id = %lu\n",n5); + fp->borrar_registro(fp, n3); + printf("borre el registro de id = %lu\n",n3); b_ptr = fp->leer_registro(fp, n2, &err); printf("Recuperado : %s\n", b_ptr);