From: Kevin M. <sub...@us...> - 2001-09-30 23:55:57
|
subatomic 2001/09/30 16:55:56 PDT Modified files: . tank.ini iniFile.h iniFile.cxx Log: removed quotes from tank.ini rolled back change to iniFile.h. it no longer strips quotes from .ini files. I want the ability for strings in ini files to have quotes, so if they need to be stripped off, then the application would have to strip it off by itself. Revision Changes Path 1.2 +1 -1 tank/tank.ini 1.3 +256 -257 tank/iniFile.h 1.2 +83 -90 tank/iniFile.cxx http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/tank.ini.diff?r1=1.1&r2=1.2 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniFile.h.diff?r1=1.2&r2=1.3 http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/tank/iniFile.cxx.diff?r1=1.1&r2=1.2 |