diff options
Diffstat (limited to 'graphics/pixieplus/files/patch-misc_qxcfi.cpp')
-rw-r--r-- | graphics/pixieplus/files/patch-misc_qxcfi.cpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/pixieplus/files/patch-misc_qxcfi.cpp b/graphics/pixieplus/files/patch-misc_qxcfi.cpp deleted file mode 100644 index 1602b63068e5..000000000000 --- a/graphics/pixieplus/files/patch-misc_qxcfi.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- misc/qxcfi.cpp.orig Sat Sep 18 21:59:48 2004 -+++ misc/qxcfi.cpp Sat Sep 18 22:00:16 2004 -@@ -1342,7 +1342,7 @@ - bool XCFImageFormat::loadProperty ( QDataStream& xcf_io, PropType& type, - QByteArray& bytes ) - { -- xcf_io >> (Q_UINT32)type; -+ xcf_io >> (Q_UINT32&)type; - - if ( xcf_io.device()->status() != IO_Ok ) { - qDebug( "XCF: read failure on property type" ); |