missing semi colon in ini file

Where all the bugs are reported and discussed
Post Reply
reddot
Posts: 1
Joined: Tue May 04, 2010 4:35 pm

missing semi colon in ini file

Post by reddot »

Hello,

I notice that the comment for a particular line in the ini file is missing. I don't know if this causes problems or not.

disable_heuristics=4 ;bit pattern for disabling heuristics, adding 1 disables heristics 1, adding 2 disables heristics 2, adding 4 disables heristics 3, 255 disables all heuristics

Todd
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: missing semi colon in ini file

Post by erik »

Actually no, the inifile reader seeks for the keyword follower by '=' and reads all characters afterwards till the first space/tab or newline. Everything else is skipped.
It is not allowed to have tab or space before or after the '='
Post Reply