diff --git a/Source/strlist.cpp b/Source/strlist.cpp index c6af2227..88e42d55 100644 --- a/Source/strlist.cpp +++ b/Source/strlist.cpp @@ -59,7 +59,7 @@ bool ExeHeadStringList::get(unsigned int offset, tstring&outstr) const { if (0 == offset) { - outstr.clear(); + outstr.assign(_T("")); return true; } char *p = (char*) m_gr.get();