]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices/2000/000959.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices / 2000 / 000959.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3 <HEAD>
4 <TITLE> [IRCServices] services segfaults -- libc problem? - Addendum
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20services%20segfaults%20--%20libc%20problem%3F%20-%20Addendum&In-Reply-To=NDBBKMLGGLLMFACIBDMKIEGICGAA.hendrik%40mans.de">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000958.html">
11 <LINK REL="Next" HREF="000988.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices] services segfaults -- libc problem? - Addendum</H1>
15 <B>&amp;quot</B>
16 <A HREF="mailto:ircservices%40ircservices.za.net?Subject=%5BIRCServices%5D%20services%20segfaults%20--%20libc%20problem%3F%20-%20Addendum&In-Reply-To=NDBBKMLGGLLMFACIBDMKIEGICGAA.hendrik%40mans.de"
17 TITLE="[IRCServices] services segfaults -- libc problem? - Addendum">&amp;quot
18 </A><BR>
19 <I>Wed Oct 25 07:57:29 PDT 2000</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000958.html">[IRCServices] services segfaults -- libc problem? - Addendum
22 </A></li>
23 <LI>Next message: <A HREF="000988.html">[IRCServices] Small bug in list
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#959">[ date ]</a>
27 <a href="thread.html#959">[ thread ]</a>
28 <a href="subject.html#959">[ subject ]</a>
29 <a href="author.html#959">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>&gt;<i> Line 346 in config.c:
35 </I>&gt;<i> s = strtok(NULL, &quot;&quot;);
36 </I>
37 Replaced it with the following, now it works:
38
39 ---cut---
40 if (dir != NULL) {
41 s = strtok(NULL, &quot;&quot;);
42 } else {
43 s = NULL;
44 }
45 ---cut---
46
47 Thanks for the help!
48
49 Take care,
50 Hendrik
51
52
53 ---------------------------------------------------------------
54 To unsubscribe, send email to <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices">majordomo at snow.shadowfire.org</A>
55 with &quot;unsubscribe ircservices&quot; in the body, without the quotes.
56
57
58 </PRE>
59
60 <!--endarticle-->
61 <HR>
62 <P><UL>
63 <!--threads-->
64 <LI>Previous message: <A HREF="000958.html">[IRCServices] services segfaults -- libc problem? - Addendum
65 </A></li>
66 <LI>Next message: <A HREF="000988.html">[IRCServices] Small bug in list
67 </A></li>
68 <LI> <B>Messages sorted by:</B>
69 <a href="date.html#959">[ date ]</a>
70 <a href="thread.html#959">[ thread ]</a>
71 <a href="subject.html#959">[ subject ]</a>
72 <a href="author.html#959">[ author ]</a>
73 </LI>
74 </UL>
75
76 </body></html>