head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2001.02.13.22.34.47;	author ache;	state dead;
branches;
next	1.1;

1.1
date	2001.02.01.15.23.12;	author ache;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Upgrade to 3.1.10
@
text
@--- src/spell.c.bak	Fri Jan 12 16:28:30 2001
+++ src/spell.c	Thu Feb  1 01:19:29 2001
@@@@ -137,7 +137,7 @@@@
 __INDLIB__ int UdmDBImportDictionary(UDM_AGENT * Indexer,const char *lang,const char *filename, int dump){
 	unsigned char str[BUFSIZ];
 	unsigned char *s;
-	const unsigned char *flag=NULL;
+	const unsigned char *flag;
 	int rej=0;
 	int imp=0;
 	FILE *dict;
@@@@ -145,6 +145,7 @@@@
 	if(!(dict=fopen(filename,"r")))return(1);
 	while(fgets(str,sizeof(str),dict)){
 
+		flag=NULL;
 		if((s=strchr(str,'/'))){
 			*s=0;s++;flag=s;
 			while(*s){
@


1.1
log
@Fix error in suffixes area when importing affixes to DB
@
text
@@

