]> jfr.im git - irc.git/blob - software/RELEASES/ircservices/achurch.org/services/lists/ircservices-coding/2002/000459.html
rename -> *.git
[irc.git] / software / RELEASES / ircservices / achurch.org / services / lists / ircservices-coding / 2002 / 000459.html
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="000458.html">
11 <LINK REL="Next" HREF="000460.html">
12 </HEAD>
13 <BODY BGCOLOR="#ffffff">
14 <H1>[IRCServices Coding] segmentation faults - ircservices 5.0a26</H1>
15 <B>Romek Kriszti&#225;n</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">r-krisztian at softhome.net
18 </A><BR>
19 <I>Mon Apr 1 03:20:40 PST 2002</I>
20 <P><UL>
21 <LI>Previous message: <A HREF="000458.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
22 </A></li>
23 <LI>Next message: <A HREF="000460.html">[IRCServices Coding] Unknown command raw - ircservices 5.0a26
24 </A></li>
25 <LI> <B>Messages sorted by:</B>
26 <a href="date.html#459">[ date ]</a>
27 <a href="thread.html#459">[ thread ]</a>
28 <a href="subject.html#459">[ subject ]</a>
29 <a href="author.html#459">[ author ]</a>
30 </LI>
31 </UL>
32 <HR>
33 <!--beginarticle-->
34 <PRE>This patch is working! Thx!
35
36 AngryWolf
37
38 ----- Original Message -----
39 From: Andrew Church &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>&gt;
40 To: &lt;<A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">ircservices-coding at ircservices.za.net</A>&gt;
41 Sent: Monday, April 01, 2002 8:41 AM
42 Subject: Re: [IRCServices Coding] segmentation faults - ircservices 5.0a26
43
44
45 &gt;<i> &gt;&gt; Fixed, thanks.
46 </I>&gt;<i> &gt;
47 </I>&gt;<i> &gt;That's good but I would like to have the next release. Can you tell me
48 </I>when
49 &gt;<i> &gt;will it be downloadable? Thank you!
50 </I>&gt;<i>
51 </I>&gt;<i> When I release a new alpha, whenever that is. In the meantime, apply
52 </I>&gt;<i> this patch:
53 </I>&gt;<i>
54 </I>&gt;<i> --- misc.c 27 Mar 2002 12:28:25 -0000 2.17
55 </I>&gt;<i> +++ misc.c 1 Apr 2002 02:28:15 -0000 2.18
56 </I>&gt;<i> @@ -213,8 +213,10 @@
57 </I>&gt;<i> char *strtok_remaining(void)
58 </I>&gt;<i> {
59 </I>&gt;<i> char *s = strtok(NULL, &quot;&quot;);
60 </I>&gt;<i> - while (isspace(*s))
61 </I>&gt;<i> - s++;
62 </I>&gt;<i> + if (s) {
63 </I>&gt;<i> + while (isspace(*s))
64 </I>&gt;<i> + s++;
65 </I>&gt;<i> + }
66 </I>&gt;<i> return s;
67 </I>&gt;<i> }
68 </I>&gt;<i>
69 </I>&gt;<i>
70 </I>&gt;<i> --Andrew Church
71 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">achurch at achurch.org</A>
72 </I>&gt;<i> <A HREF="http://achurch.org/">http://achurch.org/</A>
73 </I>&gt;<i> ------------------------------------------------------------------
74 </I>&gt;<i> To unsubscribe or change your subscription options, visit:
75 </I>&gt;<i> <A HREF="http://www.ircservices.za.net/mailman/listinfo/ircservices-coding">http://www.ircservices.za.net/mailman/listinfo/ircservices-coding</A>
76 </I>
77
78 </PRE>
79
80 <!--endarticle-->
81 <HR>
82 <P><UL>
83 <!--threads-->
84 <LI>Previous message: <A HREF="000458.html">[IRCServices Coding] segmentation faults - ircservices 5.0a26
85 </A></li>
86 <LI>Next message: <A HREF="000460.html">[IRCServices Coding] Unknown command raw - ircservices 5.0a26
87 </A></li>
88 <LI> <B>Messages sorted by:</B>
89 <a href="date.html#459">[ date ]</a>
90 <a href="thread.html#459">[ thread ]</a>
91 <a href="subject.html#459">[ subject ]</a>
92 <a href="author.html#459">[ author ]</a>
93 </LI>
94 </UL>
95
96 </body></html>