frontends/inews.c

Igor Timkin ivt at gamma.ru
Fri Oct 20 14:59:55 UTC 2000



For current:
+++ frontends/inews.c.OLD	Wed Oct 18 13:00:42 2000
--- frontends/inews.c	Fri Oct 20 18:53:18 2000
@@ -556,7 +556,7 @@
 static void CheckDistribution(char *p)
 {
     static char	SEPS[] = " \t,";
-    const char  *dp;
+    const char  **dp;
 
     if ((p = strtok(p, SEPS)) == NULL) {
 	(void)fprintf(stderr, "Can't parse Distribution line.\n");



More information about the inn-patches mailing list