|
From: Joel S. <joe...@at...> - 2003-02-19 00:02:06
|
On Tue, 2003-02-18 at 08:10, Sean Egan wrote:
On Tue, 2003-02-18 at 06:05, Rub=E9n Garrig=F3s Dom=EDnguez wrote:
> + strcpy(b->dual_alias,b->alias);
> + strcat(b->dual_alias," - ");
> + strcat(b->dual_alias,b->server_alias);
> + return b->dual_alias;
=20
You should really learn the glib string functions.
=20
This directly conflicts with the new buddy list I've been working on,
but I'll consider some way of implementing this behavior when I'm a bit
further along.
=20
-s.
Hahaha. I made the same mistake in my patch. I should learn glib's
string functions too :-)
Regards,
Joel
|