compuphase / minIni

A small and portable INI file library with read/write support
http://www.compuphase.com/minini.htm
Other
382 stars 114 forks source link

Cannot cmpare a character correctly #24

Open Telly-S opened 2 years ago

Telly-S commented 2 years ago

image As shown in the above figure, when I run the demo, I locate that it can't work normally here. I use visual studio2015. I don't know why this happens. Thank you!

Telly-S commented 2 years ago

ep = _tcsrchr(sp, ']'); this function don't find ']' of sp, is the problem of encode format?