]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo2_main.c
* Actualizo API en la GUI
[z.facultad/75.06/emufs.git] / emufs / tipo2_main.c
index ba5e615cdfa289ddb89bbad68dd950ad0b4f5715..f0a521301d47f49b16c9335f8915357c7b445799 100644 (file)
@@ -72,10 +72,20 @@ int main(int argc, char *argv[])
        n8 = fp->grabar_registro(fp, h, 63, &err);
 
        /* Borramos un registro del medio */
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n1);
+       fp->borrar_registro(fp, n1);
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n6);
+       fp->borrar_registro(fp, n6);    
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n2);
+       fp->borrar_registro(fp, n2);
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n8);
+       fp->borrar_registro(fp, n8);
        printf("tipo2_main.c >> Borrando registro: %lu\n",n4);
-       if (fp->borrar_registro(fp, n4) == -1)
-         printf("tipo2_main.c >> Error al Borrar Registro Nro: %lu",n4);
+       fp->borrar_registro(fp, n4);
+       printf("tipo2_main.c >> Borrando registro: %lu\n",n7);
+       fp->borrar_registro(fp, n7);    
        
+         
        /*n8 = fp->grabar_registro(fp, i, 100);
        fp->leer_registro(fp, n8, b, 100);