From: Leandro Lucarella Date: Sun, 18 Apr 2004 06:50:25 +0000 (+0000) Subject: Bugfix. X-Git-Tag: svn_import_r684~372 X-Git-Url: https://git.llucax.com/z.facultad/75.06/emufs.git/commitdiff_plain/f3a31266bd5ccd4391c104619ec1ebc79b48519f?ds=inline Bugfix. --- diff --git a/emufs/tipo1.c b/emufs/tipo1.c index 27b0dc9..fbebc53 100644 --- a/emufs/tipo1.c +++ b/emufs/tipo1.c @@ -98,6 +98,7 @@ int emufs_tipo1_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->tam_reg = 0; return EMUFS_OK; }