From: Nicolás Dimov Date: Sun, 30 May 2004 19:58:43 +0000 (+0000) Subject: ya que esta le pongo los modificar registro plus par que no joda y los puedas usar... X-Git-Tag: svn_import_r684~62 X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/commitdiff_plain/644f5b4e0e4f92a88f1d9bd31272cac612cd480f ya que esta le pongo los modificar registro plus par que no joda y los puedas usar... si es qeu andan porque no los probe,, pero deberian andar porque llaman a las otras funciones que si estan probadas --- diff --git a/emufs/tipo1.c b/emufs/tipo1.c index 45b703c..e986c59 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -121,6 +121,7 @@ int emufs_tipo4_inicializar(EMUFS* efs) efs->leer_registro_raw = emufs_tipo1_leer_registro_raw; efs->leer_estadisticas = emufs_tipo1_leer_estadisticas; efs->compactar = emufs_tipo1_compactar; + efs->modificar_registro= emufs_tipo1_modificar_registro_plus; efs->tam_reg = 0; return EMUFS_OK; } 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; }