you can now visit caredbar!

This commit is contained in:
Ondřej Novák 2025-01-28 21:46:19 +01:00
parent bf59962724
commit 3b903e2b52
55 changed files with 953 additions and 1428 deletions

View file

@ -208,7 +208,7 @@ int load_string_list(TSTR_LIST *list,const char *filename)
int i,j,lin=0;
FILE *f;
f=fopen(filename,"r");
f=fopen_icase(filename,"r");
if (*list==NULL) *list=create_list(256);
if (f==NULL) return -1;
do