Fix issue 166: Bookmarks now allow characters # and ;

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@811 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Yves Rizoud
2009-05-22 17:51:11 +00:00
parent 1b06317924
commit 4f157197e8
3 changed files with 32 additions and 23 deletions

View File

@@ -24,4 +24,4 @@
int Load_INI(T_Config * conf);
int Load_INI_seek_pattern(char * buffer,char * pattern);
void Load_INI_clear_string(char * str);
void Load_INI_clear_string(char * str, byte keep_comments);