Various for tonight's -CURRENT
greg andruk
gja at meowing.net
Sat Feb 3 05:17:16 UTC 2001
Another for innd/python.c, no headers were being found.
--- python.c.old Fri Feb 2 22:30:56 2001
+++ python.c Sat Feb 3 00:05:47 2001
@@ -108,7 +108,7 @@
/* Add headers to the dictionary... */
hdrnum = 0;
- for (i = 0 ; i < MAX_ARTHEADER ; i++, hc++) {
+ for (i = 0 ; i < MAX_ARTHEADER ; i++) {
if (HDR_FOUND(i)) {
hp = &ARTheaders[i];
PYheaditem[hdrnum] = PyBuffer_FromMemory(HDR(i), HDR_LEN(i));
More information about the inn-patches
mailing list