aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch')
-rw-r--r--media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch b/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch
deleted file mode 100644
index fb4bf90..0000000
--- a/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /tmp/imagjpg.cpp 2010-07-18 15:46:11.000000000 +1000
-+++ ./wxVillaLib/imagjpg.cpp 2010-07-18 15:46:29.000000000 +1000
-@@ -226,7 +226,7 @@
-
- bool wxJPGHandler::LoadFile( wxImage *image, wxInputStream& stream, bool verbose, int WXUNUSED(index) )
- {
-- wxCHECK_MSG( image, false, "NULL image pointer" );
-+ wxCHECK_MSG( image, false, wxT("NULL image pointer") );
-
- struct jpeg_decompress_struct cinfo;
- wx_error_mgr jerr;