Differences From Artifact [6b590b6d15780424]:
- File
kilib/kl_reg.cpp
- 2011-02-23 13:30:53 - part of checkin [5128eecc9f] on branch trunk - Copied from private svn repository. (user: kinaba) [annotate]
To Artifact [7e2055bca5da9935]:
- File
kilib/kl_reg.cpp
- 2017-05-30 13:07:57 - part of checkin [36ad977839] on branch trunk - 1.22: Enlarged the header search range (for SFX skip) for new UNLHA. (user: kinaba) [annotate]
115 115
116 116 void kiIniFile::setFileName( const char* ini, bool exepath )
117 117 {
118 118 if( !exepath )
119 119 m_FileName = "";
120 120 else
121 121 {
122 - m_FileName.beSpecialPath( kiPath.Exe );
122 + m_FileName.beSpecialPath( kiPath::Exe );
123 123 m_FileName.beBackSlash( true );
124 124 }
125 125 m_FileName += ini;
126 126 }
127 127
128 128
129 129 //--------------------------- ini:readŒn ----------------------------//