From d8649e17e83add3ccc05329de7fbc571ecbd6889 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Nicol=C3=A1s=20Dimov?= Date: Sun, 30 May 2004 05:21:14 +0000 Subject: [PATCH 1/1] linea de mas, pero sigo con el mismo problema de antes --- emufs/indices.c | 1 - 1 file changed, 1 deletion(-) diff --git a/emufs/indices.c b/emufs/indices.c index 4e1b7ab..83dd5f6 100644 --- a/emufs/indices.c +++ b/emufs/indices.c @@ -83,7 +83,6 @@ INDICE *emufs_indice_crear(EMUFS *emu, char *nombre, INDICE_FUNCION funcion, IND /* llenar metodos */ /* hacer que la cantidad de claves quede par o impar, no me acuerdo (SAGAR)!!!*/ PERR("Creando indice con Arbol B+"); - emufs_b_plus_crear(tmp); tmp->size_claves = (tmp->tam_bloque - SIZE_B_PLUS_HEADER - sizeof(CLAVE))/2; tmp->size_hijos = tmp->size_claves + sizeof(CLAVE); emufs_b_plus_crear(tmp); -- 2.43.0