]> jfr.im git - irc.git/blame - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000458.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000458.html
CommitLineData
3bd189cb
JR
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2<HTML>
3 <HEAD>
4 <TITLE> [IRCServices Coding] segmentation faults - ircservices 5.0a26
5 </TITLE>
6 <LINK REL="Index" HREF="index.html" >
7 <LINK REL="made" HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20segmentation%20faults%20-%20ircservices%205.0a26&In-Reply-To=">
8 <META NAME="robots" CONTENT="index,nofollow">
9 <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
10 <LINK REL="Previous" HREF="000457.html">
11 <LINK REL="Next" HREF="000459.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] segmentation faults - ircservices 5.0a26</H1>
15 <B>Andrew Church</B>
16 <A HREF="mailto:ircservices-coding%40ircservices.za.net?Subject=%5BIRCServices%20Coding%5D%20segmentation%20faults%20-%20ircservices%205.0a26&In-Reply-To="
17 TITLE="[IRCServices Coding] segmentation faults - ircservices 5.0a26">achurch at achurch.org
18 </A><BR>
19 <I>Mon Apr 1 15:41:38 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000457.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
22</A></li>
23 <LI>Next message: <A HREF="000459.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
24</A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#458">[ date ]</a>
27 <a href="thread.html#458">[ thread ]</a>
28 <a href="subject.html#458">[ subject ]</a>
29 <a href="author.html#458">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33<!--beginarticle-->
34<PRE>&gt;&gt;<i> Fixed, thanks.
35</I>&gt;<i>
36</I>&gt;<i>That's good but I would like to have the next release. Can you tell me when
37</I>&gt;<i>will it be downloadable? Thank you!
38</I>
39 When I release a new alpha, whenever that is. In the meantime, apply
40this patch:
41
42--- misc.c 27 Mar 2002 12:28:25 -0000 2.17
43+++ misc.c 1 Apr 2002 02:28:15 -0000 2.18
44@@ -213,8 +213,10 @@
45 char *strtok_remaining(void)
46 {
47 char *s = strtok(NULL, &quot;&quot;);
48- while (isspace(*s))
49- s++;
50+ if (s) {
51+ while (isspace(*s))
52+ s++;
53+ }
54 return s;
55 }
56
57
58 --Andrew Church
59 <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
60 <A HREF="http://achurch.org/">http://achurch.org/</A>
61
62</PRE>
63
64<!--endarticle-->
65 <HR>
66 <P><UL>
67 <!--threads-->
68 <LI>Previous message: <A HREF="000457.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
69</A></li>
70 <LI>Next message: <A HREF="000459.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
71</A></li>
72 <LI> <B>Messages sorted by:</B>
73 <a href="date.html#458">[ date ]</a>
74 <a href="thread.html#458">[ thread ]</a>
75 <a href="subject.html#458">[ subject ]</a>
76 <a href="author.html#458">[ author ]</a>
77 </LI>
78 </UL>
79
80</body></html>