]> git.llucax.com Git - z.facultad/75.06/emufs.git/blobdiff - emufs/tipo3_main.c
un picolo cambio
[z.facultad/75.06/emufs.git] / emufs / tipo3_main.c
index 5ec945daf2ea3153a44dfcdb910e1828113f4d51..cdde0772475ce9b5b0741f7360606921a5706ca6 100644 (file)
@@ -22,7 +22,7 @@
  * Autores: Nicolás Dimov <sagardua@uolsinectis.com.ar>
  *----------------------------------------------------------------------------
  *
- * $Id: command.cpp 220 2003-11-19 23:10:40Z luca $
+ * $Id$
  *
  */
 
@@ -36,6 +36,7 @@
 #include <string.h>
 #include "emufs.h"
 
+
 int main(int argc, char *argv[])
 {
        EMUFS *fp;
@@ -88,8 +89,11 @@ int main(int argc, char *argv[])
        printf("ID6 = %d\n", n7);
 
 
-       fp->borrar_registro(fp, n4, 100);
+       /*fp->borrar_registro(fp, n4, 100);
+       fp->borrar_registro(fp, n2, 100);
+       fp->borrar_registro(fp, n6, 100);*/
        n8 = fp->grabar_registro(fp, i, 100);
+       printf("Grabe Ok\n");
        fp->leer_registro(fp, n8, b, 100);
 
        printf("Recuperado : %s\n", b);