my vc6 doesn't like string.clear() because it was born before me
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6330 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
5fb2e9e166
commit
514f28995e
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ bool ExeHeadStringList::get(unsigned int offset, tstring&outstr) const
|
||||||
{
|
{
|
||||||
if (0 == offset)
|
if (0 == offset)
|
||||||
{
|
{
|
||||||
outstr.clear();
|
outstr.assign(_T(""));
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
char *p = (char*) m_gr.get();
|
char *p = (char*) m_gr.get();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue