aboutsummaryrefslogtreecommitdiff
path: root/net-im/iserverd/files/patch-database-contacvs_db.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/iserverd/files/patch-database-contacvs_db.cpp')
-rw-r--r--net-im/iserverd/files/patch-database-contacvs_db.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/net-im/iserverd/files/patch-database-contacvs_db.cpp b/net-im/iserverd/files/patch-database-contacvs_db.cpp
deleted file mode 100644
index b1c1322674cc..000000000000
--- a/net-im/iserverd/files/patch-database-contacvs_db.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
---- database/contacts_db.cpp.orig 2011-01-20 14:17:48.000000000 +0100
-+++ database/contacts_db.cpp 2011-01-20 14:19:28.000000000 +0100
-@@ -252,9 +252,9 @@
- }
-
- *contact = (unsigned long *)malloc(sizeof(unsigned long)*number);
-- DEBUG(200, ("Trying to malloc %d bytes for %d records (result: %06X)\n",
-+ DEBUG(200, ("Trying to malloc %d bytes for %d records (result: %06X)\n",
- (sizeof(unsigned long)*number), number,
-- (unsigned int)*contact));
-+ *contact));
-
- for (int i=0;i<number;i++) (*contact)[i] = atoul(PQgetvalue(res, i, 0));
-