|
From: Sean E. <sea...@bi...> - 2003-02-18 16:11:01
|
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; You should really learn the glib string functions. 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. -s. |