X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/720b9cc2195c640096b5461399fe142fa987c5e4..10489d7d1d8a0ac50fae58e622eb0b8f8ef6c6b1:/emufs/tipo3_main.c diff --git a/emufs/tipo3_main.c b/emufs/tipo3_main.c index 394b3e4..ab0e060 100644 --- a/emufs/tipo3_main.c +++ b/emufs/tipo3_main.c @@ -85,12 +85,17 @@ int main(int argc, char *argv[]) n8 = fp->grabar_registro(fp, i, 100, &err); ver_archivo_FS(fp); - + + if ( fp->borrar_registro(fp, n1) == -1) printf("la cague %d\n",n1); + if ( fp->borrar_registro(fp, n2) == -1) printf("la cague %d\n",n2); if ( fp->borrar_registro(fp, n3) == -1) printf("la cague %d\n",n3); + if ( fp->borrar_registro(fp, n4) == -1) printf("la cague %d\n",n4); if ( fp->borrar_registro(fp, n5) == -1) printf("la cague %d\n",n5); + if ( fp->borrar_registro(fp, n6) == -1) printf("la cague %d\n",n6); if ( fp->borrar_registro(fp, n7) == -1) printf("la cague %d\n",n7); + if ( fp->borrar_registro(fp, n8) == -1) printf("la cague %d\n",n8); - b_ptr = fp->leer_registro(fp, n4, ®_size, &err); + b_ptr = fp->leer_registro(fp, n8, ®_size, &err); printf("Recuperado : %s\n", b_ptr);