ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ayttm-commits] CVS: ayttm/src smileys.c,1.20,1.21


From: Colin Leroy
Subject: Re: [Ayttm-commits] CVS: ayttm/src smileys.c,1.20,1.21
Date: Thu, 27 Mar 2003 23:28:00 +0100

On 27 Mar 2003 at 16h36, Edward L. Haletky <address@hidden> wrote:

Hi,

> 
> -        g_string_append_c(newstr, text[ipos++]);
> +     if (ipos < strlen(text))
> +             g_string_append_c(newstr, text[ipos++]);

Nice catch! 
-- 
Colin
http://www.colino.net/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]