[IRCServices] services segfaults -- libc problem? - Addendum
"
"
Wed Oct 25 07:57:29 PDT 2000
> Line 346 in config.c:
> s = strtok(NULL, "");
Replaced it with the following, now it works:
---cut---
if (dir != NULL) {
s = strtok(NULL, "");
} else {
s = NULL;
}
---cut---
Thanks for the help!
Take care,
Hendrik
---------------------------------------------------------------
To unsubscribe, send email to majordomo at snow.shadowfire.org
with "unsubscribe ircservices" in the body, without the quotes.