From 92acf059b083a5874172215f13c94c4071536b22 Mon Sep 17 00:00:00 2001 From: Ricardo Markiewicz Date: Wed, 23 Jun 2004 03:30:56 +0000 Subject: [PATCH] BUGFIX al MTF. Se estaba guardando el Z final y no el inicial y eso hacia cagadas. De todos modos me falta algo porque el archivo final contiene basura al descomprimir (tal vez mi bs_restore ?) --- src/mtf/mtf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/mtf/mtf.c b/src/mtf/mtf.c index 7346a99..6326b5e 100644 --- a/src/mtf/mtf.c +++ b/src/mtf/mtf.c @@ -24,6 +24,8 @@ char *jacu_mtf(char *datos, int len, char **_z, int *z_len) pos = (char *)malloc(len*sizeof(char)); z = jacu_buscar_z(datos, len, &size); + (*_z) = jacu_buscar_z(datos, len, &size); + for(i=0; i