]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo2_main.c
Borrado de registros ya funciona entero dado que se arreglo el idx_borrar. Rutina...
[z.facultad/75.06/emufs.git] / emufs / tipo2_main.c
index c57e56dc60ded222f8a4c6080cbaa612e55eb5d8..068b0304b714c4864fc87fbf38a341fd3b722dac 100644 (file)
@@ -72,18 +72,18 @@ int main(int argc, char *argv[])
        n7 = fp->grabar_registro(fp, h, 63, &err);
 
        /* Borramos un registro del medio */
-       /*printf("tipo2_main.c >> Borrando registro: %lu\n",n0);
-       fp->borrar_registro(fp, n0);
        printf("tipo2_main.c >> Borrando registro: %lu\n",n5);
-       fp->borrar_registro(fp, n5);    
+       fp->borrar_registro(fp, n5);            
        printf("tipo2_main.c >> Borrando registro: %lu\n",n1);
        fp->borrar_registro(fp, n1);
-       printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
-       fp->borrar_registro(fp, n7);*/
+    printf("tipo2_main.c >> Borrando registro: %lu\n",n0);
+       fp->borrar_registro(fp, n0);
        printf("tipo2_main.c >> Borrando registro: %lu\n",n3);
-       fp->borrar_registro(fp, n3);
-       printf("tipo2_main.c >> Borrando registro: %lu\n",n6);
-       fp->borrar_registro(fp, n6);    
+       fp->borrar_registro(fp, n3);    
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
+       fp->borrar_registro(fp, n7);    
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n4);
+       fp->borrar_registro(fp, n4);
          
        n8 = fp->grabar_registro(fp, d, 8, &err);
        printf("tipo2_main.c >> Id recuperado: %lu\n",n8);