Nightly snapshots should be working again
Process Pasteurized Fluffy Product
supersede at india.com
Wed May 24 10:16:01 UTC 2000
In unilerik <unilerik at green.rnd.uni-c.dk> wrote:
> "art.c", line 2151.77: 1506-280 (S) Function argument assignment between
> types "const struct {...}" and "unsigned char*" is not allowed.
> "art.c", line 2151.69: 1506-098 (E) Missing argument(s).
Russ nabbed this one, and:
> "art.c", line 2390.31: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2390.49: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2394.27: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2394.45: 1506-122 (S) Expecting pointer to struct or union.
--- art.c~ Sun May 21 15:26:02 2000
+++ art.c Sun May 21 15:26:52 2000
@@ -2405,11 +2405,11 @@
if (NoHistoryUpdate) {
(void)sprintf(buff, "%d Can't post to \"%s\"",
NNTP_REJECTIT_VAL,
- MaxLength(Data->Newsgroups, Data->Newsgroups));
+ MaxLength(Data.Newsgroups, Data.Newsgroups));
} else {
(void)sprintf(buff, "%d Unwanted newsgroup \"%s\"",
NNTP_REJECTIT_VAL,
- MaxLength(Data->Newsgroups, Data->Newsgroups));
+ MaxLength(Data.Newsgroups, Data.Newsgroups));
}
ARTlog(&Data, ART_REJECT, buff);
if (!innconf->wanttrash) {
More information about the inn-workers
mailing list