X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/blobdiff_plain/85944624925b27cb9076e6ba46fc50c3f6bdd2a5..644f5b4e0e4f92a88f1d9bd31272cac612cd480f:/emufs/tipo3.c diff --git a/emufs/tipo3.c b/emufs/tipo3.c index 06bab34..fb2c24d 100644 --- a/emufs/tipo3.c +++ b/emufs/tipo3.c @@ -87,6 +87,7 @@ int emufs_tipo5_inicializar(EMUFS* efs) efs->leer_registro_raw = emufs_tipo3_leer_registro_raw; efs->leer_estadisticas = emufs_tipo3_leer_estadisticas; efs->compactar = emufs_tipo3_compactar; + efs->modificar_registro= emufs_tipo3_modificar_registro_plus; return EMUFS_OK; }