mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 15:49:01 +08:00
12 lines
329 B
Diff
12 lines
329 B
Diff
|
--- a/Source/Common/gdcmSystem.cxx
|
||
|
+++ b/Source/Common/gdcmSystem.cxx
|
||
|
@@ -977,7 +977,7 @@
|
||
|
}
|
||
|
}
|
||
|
// We need to tell the user...
|
||
|
- gdcmWarningMacro( "Could not find Charset from alias: " + alias );
|
||
|
+ gdcmWarningMacro( std::string("Could not find Charset from alias: ") + alias );
|
||
|
return NULL;
|
||
|
}
|
||
|
#endif //_WIN32
|