Thread: QT for OS2008
View Single Post
free's Avatar
Posts: 739 | Thanked: 159 times | Joined on Sep 2007 @ Germany - Munich
#14
Mmmmmhhhh
svn checkout
grep -r gnuton *

#! /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
So the only patch you apparently did looks very very similar to the patch I've submitted here:

I wonder if this is a coincidence that you got the exact same value for maxPathName.. and would be interested to know how you found it..

Or did you just copy paste and put your name on top and "forgot" to at least mention/contact the author?

....



I'm seriously thinking of keeping my projects private because of people like you.