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

remove "const" from UserData for ini_browse #6

Closed iweindesmedt closed 7 years ago

iweindesmedt commented 7 years ago

Just a suggestion for this nice library: user data should not be forced as const.

Removing const on UserData in these lines is enough for this: https://github.com/compuphase/minIni/blob/master/dev/minIni.h#L59 and line 60 https://github.com/compuphase/minIni/blob/master/dev/minIni.c#L461

compuphase commented 7 years ago

Fixed in commit 77908366d4c0a758e33c4c6f39a29eba836ae7dd. Thanks for the report.