]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-nodebug.patch
- complete URL
[packages/poldek.git] / poldek-nodebug.patch
CommitLineData
c3e40bea
AM
1diff -urbB poldek-0.19.0-cvs20050921.00.org/tndb/read.c poldek-0.19.0-cvs20050921.00/tndb/read.c
2--- poldek-0.19.0-cvs20050921.00.org/tndb/read.c 2005-09-11 18:28:10.000000000 +0200
3+++ poldek-0.19.0-cvs20050921.00/tndb/read.c 2005-09-22 20:02:31.885659750 +0200
4@@ -288,7 +288,7 @@
5 tndb_sign_final(&hdr->sign);
6 n = 0;
7
8- printf("Xmd_compute =\n (%s)\n (%s)\n %d\n",
9+ DBGF("Xmd_compute =\n (%s)\n (%s)\n %d\n",
10 n_strdup(tndb_bin2hex_s(hdr->sign.md, sizeof(sign.md))),
11 n_strdup((char*)tndb_bin2hex_s(sign.md, sizeof(sign.md))),
12 memcmp(sign.md, hdr->sign.md, sizeof(sign.md)));
This page took 0.027228 seconds and 4 git commands to generate.