]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo2_main.c
cambios en los sizeof
[z.facultad/75.06/emufs.git] / emufs / tipo2_main.c
index 0dc5c67ce057ca318bf45c406ce9950953e872f3..c5641062669ceeed132dd314597944067d08286b 100644 (file)
@@ -35,7 +35,7 @@
 int main(int argc, char *argv[])
 {
        EMUFS *fp;
-       int n1, n2, n3, n4, n5, n6, n7, n8;
+       EMUFS_REG_ID n1, n2, n3, n4, n5, n6, n7, n8;
        char a[11];
        char b[63];
        char c[13];
@@ -71,8 +71,10 @@ int main(int argc, char *argv[])
        n8 = fp->grabar_registro(fp, h, 63);
 
        /* Borramos un registro del medio */
-       printf("tipo2_main.c >> Borrando registro: %i\n",n4);
-       fp->borrar_registro(fp, 54);
+       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);
+       
        /*n8 = fp->grabar_registro(fp, i, 100);
        fp->leer_registro(fp, n8, b, 100);