diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-05-17 05:36:24 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-05-17 05:36:24 -0700 |
| commit | e215291013e4df572740d1ba3569417ca8f553d6 (patch) | |
| tree | 12a71f80deee4de5c50a9f951603f4b1aac9e56d /ports/gdcm2/gdcmSystem.patch | |
| parent | dd8a314fd3a23c3f9246acea70bc9aacc6fb9edd (diff) | |
| parent | 2d922e5037e6fea197b57afd4c2ef63629d5311e (diff) | |
| download | vcpkg-e215291013e4df572740d1ba3569417ca8f553d6.tar.gz vcpkg-e215291013e4df572740d1ba3569417ca8f553d6.zip | |
Merge pull request #1110 from sonogi1/dev
[GDCM2] Update to 2.6.8
Diffstat (limited to 'ports/gdcm2/gdcmSystem.patch')
| -rw-r--r-- | ports/gdcm2/gdcmSystem.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ports/gdcm2/gdcmSystem.patch b/ports/gdcm2/gdcmSystem.patch new file mode 100644 index 000000000..63722c4f1 --- /dev/null +++ b/ports/gdcm2/gdcmSystem.patch @@ -0,0 +1,11 @@ +--- 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 |
