diff options
| author | Shinya Onogi <shinya.onogi.1979@ieee.org> | 2017-05-17 18:23:21 +0900 |
|---|---|---|
| committer | Shinya Onogi <shinya.onogi.1979@ieee.org> | 2017-05-17 18:23:21 +0900 |
| commit | 89acf5420d344abf3d927074ff645b5bbf9a1d09 (patch) | |
| tree | 5747df6655d87a4f15d1c2c6932362477f0f385c /ports/gdcm2/gdcmSystem.patch | |
| parent | 8b85f125a24c8dcb6af116696f70b873846b9405 (diff) | |
| download | vcpkg-89acf5420d344abf3d927074ff645b5bbf9a1d09.tar.gz vcpkg-89acf5420d344abf3d927074ff645b5bbf9a1d09.zip | |
[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 |
