]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3_main.c
- Se agrega reporte de errores a emufs_did_get_last() y a emufs_did_get_last().
[z.facultad/75.06/emufs.git] / emufs / tipo3_main.c
index 1ecd3705cb119d5f9d3ac28145029e7cc082e493..940931aa89533f116fecb6fad9a2dc62cebb605e 100644 (file)
@@ -41,6 +41,7 @@ int main(int argc, char *argv[])
 {
        EMUFS *fp;
        EMUFS_REG_ID n1, n2, n3, n4, n5, n6, n7, n8;
+       EMUFS_REG_SIZE reg_size;
        char a[100];
        char b[100];
        char c[100];
@@ -89,7 +90,7 @@ int main(int argc, char *argv[])
 
        fp->borrar_registro(fp, n3);
        printf("borre el registro de id = %lu\n",n3);
-       b_ptr = fp->leer_registro(fp, n2, &err);
+       b_ptr = fp->leer_registro(fp, n2, &reg_size, &err);
 
        printf("Recuperado : %s\n", b_ptr);