aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--win32/ExternalLexer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ExternalLexer.cxx b/win32/ExternalLexer.cxx
index 015f9b6af..f17d41b3e 100644
--- a/win32/ExternalLexer.cxx
+++ b/win32/ExternalLexer.cxx
@@ -250,7 +250,7 @@ void LexerManager::EnumerateLexers() {
SString to_open;
while (found) {
- to_open.assign(sPath);
+ to_open = sPath;
to_open += FindFileData.cFileName;
LexerLibrary *lib = new LexerLibrary(to_open.c_str());
if (NULL != first) {