diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-26 22:23:30 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-26 22:23:30 +0000 |
commit | 946bde4a62fa9c4c47315defb2e31cf54d821246 (patch) | |
tree | 4c8722f3db4e1cc5800519d00ccd30c60c50dd3d /dcop/dcopserver.h | |
parent | a20928b6bfae18a41bb42b85e10f73fb63548ccc (diff) | |
download | tdelibs-946bde4a62fa9c4c47315defb2e31cf54d821246.tar.gz tdelibs-946bde4a62fa9c4c47315defb2e31cf54d821246.zip |
Patch a few buffer overrun problems and odd crash potentials
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1217371 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'dcop/dcopserver.h')
-rw-r--r-- | dcop/dcopserver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dcop/dcopserver.h b/dcop/dcopserver.h index 7abc6497a..0a5d96f0e 100644 --- a/dcop/dcopserver.h +++ b/dcop/dcopserver.h @@ -55,7 +55,7 @@ class TQTimer; // If you enable the following define DCOP will create // $HOME/.dcop.log file which will list all signals passing // through it. -//#define DCOP_LOG +// #define DCOP_LOG #ifdef DCOP_LOG class TQTextStream; class TQFile; |