return registro;
}
-/* @todo TODO hacer que soporte registros de más de un bloque */
-void* emufs_tipo1_leer_registro_raw(EMUFS *efs, EMUFS_REG_ID id,
- EMUFS_REG_SIZE *size, int *pos)
+void* emufs_tipo1_leer_registro_raw(EMUFS *efs, EMUFS_REG_ID id, EMUFS_REG_SIZE *size, int *pos)
{
char *chunk_ptr;
char* block; /* bloque leido (en donde está el registro a leer) */
/* Recompacto */
printf("Recompactando...\n");
- emufs_tipo2_recompactar(efs);
+ emufs_tipo2_compactar(efs);
/* Obtengo stats nevas */
stats = efs->leer_estadisticas(efs);