summaryrefslogtreecommitdiffstats
path: root/src/CBot/TestCBot/TestCBotDoc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/CBot/TestCBot/TestCBotDoc.cpp')
-rw-r--r--src/CBot/TestCBot/TestCBotDoc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CBot/TestCBot/TestCBotDoc.cpp b/src/CBot/TestCBot/TestCBotDoc.cpp
index fdb8604..8880c57 100644
--- a/src/CBot/TestCBot/TestCBotDoc.cpp
+++ b/src/CBot/TestCBot/TestCBotDoc.cpp
@@ -643,7 +643,7 @@ if ( mode == 2 ) if (!m_pProg->Compile(m_DocText, m_Liste, (void*) 44))
while ( pVar != NULL )
{
info += sep;
- info += pVar->GivName() + " = " + pVar->GivValString();
+ info += pVar->GivName() + CBotString(" = ") + pVar->GivValString();
sep = ", ";
pVar = pVar->GivNext();
}