]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- disable some debug stuff which probably caused segfaults in some cases
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 22 Sep 2005 18:07:42 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek-nodebug.patch -> 1.1

poldek-nodebug.patch [new file with mode: 0644]

diff --git a/poldek-nodebug.patch b/poldek-nodebug.patch
new file mode 100644 (file)
index 0000000..9cdb9aa
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urbB poldek-0.19.0-cvs20050921.00.org/tndb/read.c poldek-0.19.0-cvs20050921.00/tndb/read.c
+--- poldek-0.19.0-cvs20050921.00.org/tndb/read.c       2005-09-11 18:28:10.000000000 +0200
++++ poldek-0.19.0-cvs20050921.00/tndb/read.c   2005-09-22 20:02:31.885659750 +0200
+@@ -288,7 +288,7 @@
+     tndb_sign_final(&hdr->sign);
+     n = 0;
+-    printf("Xmd_compute =\n (%s)\n (%s)\n %d\n",
++    DBGF("Xmd_compute =\n (%s)\n (%s)\n %d\n",
+            n_strdup(tndb_bin2hex_s(hdr->sign.md, sizeof(sign.md))),
+            n_strdup((char*)tndb_bin2hex_s(sign.md, sizeof(sign.md))),
+            memcmp(sign.md, hdr->sign.md, sizeof(sign.md)));
This page took 0.118714 seconds and 4 git commands to generate.