From 97f1f7e5e1bcc19602b24de77a16373d2fd25469 Mon Sep 17 00:00:00 2001 From: guy Date: Mon, 30 Mar 1998 13:35:19 +0000 Subject: [PATCH] codeb.c Corretta creazione indici in Cb6, non passa piu' il nome del file indice git-svn-id: svn://10.65.10.50/trunk@6454 c028cbd2-c16b-5b4b-a496-9718f37d4682 --- include/codeb.c | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/include/codeb.c b/include/codeb.c index a56bbd6c2..ec12dc11f 100755 --- a/include/codeb.c +++ b/include/codeb.c @@ -78,7 +78,8 @@ static char * find_slash_backslash(char * str) void DB_init(void) { int i; - for(i=0;i 0) @@ -954,7 +958,7 @@ int DB_recinfo(const char * filename, FileDes *d, RecDes *r, char* keys) if (data_file != NULL) { field_info = d4fieldInfo(data_file); - index_file = d4index(data_file,(char*)filename); + index_file = d4index(data_file,"" /*(char*)filename */); if (index_file == NULL) fatal_box("Il file %s e' senza indici.",filename); tag_info = i4tagInfo(index_file);