Fix a c++11 issue

This commit is contained in:
Kai Nacke
2014-01-03 15:01:39 +01:00
parent c85ea7d5f7
commit 1f204ba9c5

View File

@@ -1003,7 +1003,7 @@ int main(int argc, char *argv[])
std::string ldcPath = locateBinary(LDC_EXE_NAME, argv[0]);
if (ldcPath.empty())
{
error("Could not locate "LDC_EXE_NAME" executable.");
error("Could not locate " LDC_EXE_NAME " executable.");
}
// We need to manually set up argv[0] and the terminating NULL.