frontends/inews.c

Igor Timkin ivt at gamma.ru
Fri Oct 20 15:14:37 UTC 2000



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



More information about the inn-patches mailing list