diff options
Diffstat (limited to 'net-nntp/klibido/files/0.2.0-qmgr.cpp.diff')
-rw-r--r-- | net-nntp/klibido/files/0.2.0-qmgr.cpp.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff b/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff new file mode 100644 index 000000000000..c0736f4a2e1b --- /dev/null +++ b/net-nntp/klibido/files/0.2.0-qmgr.cpp.diff @@ -0,0 +1,11 @@ +--- src/qmgr.cpp 2004-11-17 00:04:19.000000000 +0100 ++++ src/qmgr.cpp.fixed 2004-12-28 01:36:08.634618228 +0100 +@@ -2177,7 +2177,7 @@ + memset(&key, 0, sizeof(key)); + key.set_flags(DB_DBT_MALLOC); + memset(&data, 0, sizeof(data)); +- key.set_flags(DB_DBT_MALLOC); ++ data.set_flags(DB_DBT_MALLOC); + // qDebug("Id: %d", id); + // qDebug("Newsgroup: %s", qsi->group.latin1()); + // qDebug("index: %s", qsi->index.latin1()); |