aboutsummaryrefslogtreecommitdiff
path: root/ports/gdcm2/gdcmSystem.patch
diff options
context:
space:
mode:
authorBarath Kannan <barathsotd@gmail.com>2017-11-06 00:33:04 +1100
committerBarath Kannan <barathsotd@gmail.com>2017-11-06 00:33:04 +1100
commitb959f70a9969551a132d691fbd12046d5ea0702e (patch)
treed15d129bd480b1ba173322a0e50140ccf1ff487a /ports/gdcm2/gdcmSystem.patch
parent3a5b383bbec74dbaf0f1056e1a5d315e43d79375 (diff)
parent330b8d8bab6a3d07165bf7c05fea09a8e0d56348 (diff)
downloadvcpkg-b959f70a9969551a132d691fbd12046d5ea0702e.tar.gz
vcpkg-b959f70a9969551a132d691fbd12046d5ea0702e.zip
merge from master
Diffstat (limited to 'ports/gdcm2/gdcmSystem.patch')
-rw-r--r--ports/gdcm2/gdcmSystem.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/ports/gdcm2/gdcmSystem.patch b/ports/gdcm2/gdcmSystem.patch
deleted file mode 100644
index 63722c4f1..000000000
--- a/ports/gdcm2/gdcmSystem.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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