X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/5b66d417c3e3e118874abb1861c8237e275bb614..2c6bdf99d8de44452bdca921bf12bd1cc9350757:/emufs/tipo2_main.c diff --git a/emufs/tipo2_main.c b/emufs/tipo2_main.c index ae03f7c..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_recompactar(efs); + efs->compactar(efs); /* Obtengo stats nevas */ stats = efs->leer_estadisticas(efs);