/* Borramos un registro del medio */
printf("tipo2_main.c >> Borrando registro: %lu\n",n4);
- fp->borrar_registro(fp, 54);
+ 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);