summaryrefslogtreecommitdiff
path: root/debian/patches/0167-fix-group-reading.diff
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0167-fix-group-reading.diff')
-rw-r--r--debian/patches/0167-fix-group-reading.diff2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/0167-fix-group-reading.diff b/debian/patches/0167-fix-group-reading.diff
index 5253b1e..60e2efc 100644
--- a/debian/patches/0167-fix-group-reading.diff
+++ b/debian/patches/0167-fix-group-reading.diff
@@ -9,7 +9,7 @@ Try a bit harder.
--- a/src/corelib/io/qfsfileengine_unix.cpp
+++ b/src/corelib/io/qfsfileengine_unix.cpp
-@@ -835,9 +835,13 @@
+@@ -857,9 +857,13 @@
size_max = sysconf(_SC_GETGR_R_SIZE_MAX);
if (size_max == -1)
size_max = 1024;