#! /bin/sh /usr/share/dpatch/dpatch-run ## maemo_01_fsfileengine.dpatch by <gnuton@gnuton.org> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: sets max PathName to 34240 @DPATCH@ diff -Nru qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp --- qt4-x11-4.3.2-orig/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:36:31.000000000 +0100 +++ qt4-x11-4.3.2/src/corelib/io/qfsfileengine_iterator_unix.cpp 2007-11-21 12:38:49.000000000 +0100 @@ -119,6 +119,7 @@ #if defined(_POSIX_THREAD_SAFE_FUNCTIONS) && !defined(Q_OS_CYGWIN) if (that->platform->mt_file) delete [] that->platform->mt_file; + maxPathName=34240; that->platform->mt_file = (dirent *)new char[maxPathName]; #endif