X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/c0e8d06063aac4b69ac6ba98a3e0e713a3a89b00..2c6bdf99d8de44452bdca921bf12bd1cc9350757:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index 42dffce..108a0a2 100644 --- a/emufs/tipo2_main.c +++ b/emufs/tipo2_main.c @@ -115,7 +115,7 @@ int main(int argc, char *argv[]) /* Recompacto */ printf("Recompactando...\n"); - emufs_tipo2_compactar(efs); + efs->compactar(efs); /* Obtengo stats nevas */ stats = efs->leer_estadisticas(efs);