summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2012-07-20 20:52:16 -0300
committerLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>2012-07-20 20:52:16 -0300
commit82b717db226b7e639d1b98f1d2d7485cedc0028e (patch)
tree12266010d64f64398453fd2a364dd9f7b24432c7
parent970bcb13f1be83641d71eebfa75c4de070929863 (diff)
downloadqt4-x11-82b717db226b7e639d1b98f1d2d7485cedc0028e.tar.gz
Fix patch.
It is not a pointer.
-rw-r--r--debian/patches/fix_use_after_free_qlocale_unix.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/fix_use_after_free_qlocale_unix.patch b/debian/patches/fix_use_after_free_qlocale_unix.patch
index f2db126..73559e3 100644
--- a/debian/patches/fix_use_after_free_qlocale_unix.patch
+++ b/debian/patches/fix_use_after_free_qlocale_unix.patch
@@ -8,14 +8,14 @@ Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2012-07-20
---- qt4-x11-4.8.2.orig/src/corelib/tools/qlocale_unix.cpp
-+++ qt4-x11-4.8.2/src/corelib/tools/qlocale_unix.cpp
+--- a/src/corelib/tools/qlocale_unix.cpp
++++ b/src/corelib/tools/qlocale_unix.cpp
@@ -52,7 +52,7 @@
QT_BEGIN_NAMESPACE
-static const char *getSystemLocale()
-+static QByteArray *getSystemLocale()
++static QByteArray getSystemLocale()
{
#if defined(Q_OS_QNX)
static char buff[257];