]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo2_main.c
* Ahora la GUI maneja los articulos con tipo1 y las facturas con t3. Aun queda un...
[z.facultad/75.06/emufs.git] / emufs / tipo2_main.c
index bdb460466040527fd58fe7cad586cab67deddbe2..c57e56dc60ded222f8a4c6080cbaa612e55eb5d8 100644 (file)
@@ -72,20 +72,20 @@ 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);
+       /*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);    
        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);
+       fp->borrar_registro(fp, n7);*/
        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);    
          
-       n8 = fp->grabar_registro(fp, f, 9, &err);
+       n8 = fp->grabar_registro(fp, d, 8, &err);
        printf("tipo2_main.c >> Id recuperado: %lu\n",n8);
        
        emufs_destruir(fp);