Subj : CVS commit src/xpdev/ini_file.c ini_file.h To : All From : rswindell Date : Sat Sep 17 2005 05:54 pm src/xpdev ini_file.c 1.81 1.82 ini_file.h 1.32 1.33 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv14608 Modified Files: ini_file.c ini_file.h Log Message: Created iniAppendSection() - much faster than iniAddSection if you know you're adding a new section (to the end of the .ini file). Created iniSetDefaultStyle() - to be used to override the static default style settings in ini_file.c. Bug-fix, don't use ini_style_t.section_separator for first section in file. .