aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerion Entrup <gerion.entrup@flump.de>2012-11-29 18:56:27 +0100
committerGerion Entrup <gerion.entrup@flump.de>2012-11-29 18:56:27 +0100
commitc78c8f7dbfa546c74833477c9bab1afcca9916ea (patch)
treed92844c3025e7c4d3252195aa95f89e41423b1c2 /media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch
downloadgerislay-c78c8f7dbfa546c74833477c9bab1afcca9916ea.tar.gz
gerislay-c78c8f7dbfa546c74833477c9bab1afcca9916ea.tar.bz2
gerislay-c78c8f7dbfa546c74833477c9bab1afcca9916ea.zip
initial
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, 11 insertions, 0 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
new file mode 100644
index 0000000..fb4bf90
--- /dev/null
+++ b/media-video/dvdstyler/files/dvdstyler-1.8.1-cast.patch
@@ -0,0 +1,11 @@
+--- /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;