Subj : CVS commit src/xpdev/ini_file.c To : All From : rswindell Date : Wed Jun 22 2005 07:30 pm src/xpdev ini_file.c 1.73 1.74 Update of /cvsroot/sbbs/src/xpdev In directory cvs.synchro.net:/tmp/cvs-serv6066 Modified Files: ini_file.c Log Message: Fixed ulong-overflow in iniSetBytes (terabyte can't fit in 32-bits). Fixed bug in iniGetKeyList (didn't work at all). Fixed several bugs in Read/GetDateTime() in regards to DST and time-zone. Use thread-safe versions of ctime() and localtime(). .