Re: Question about gchar & g_strconcat()

2007-09-12 Thread Yeti
On Wed, Sep 12, 2007 at 08:20:18PM +0200, [EMAIL PROTECTED] wrote: > gchar *file; > file="test"; > > file = g_strconcat("/some/path/", file, ".txt", NULL); > g_printf("%s", file); > > > My question is do i must allocate memory for file ? The topic of this list is the development of Gt

Question about gchar & g_strconcat()

2007-09-12 Thread [EMAIL PROTECTED]
hello, gchar *file; file="test"; file = g_strconcat("/some/path/", file, ".txt", NULL); g_printf("%s", file); My question is do i must allocate memory for file ? Fred ___ gtk-devel-list mailing list gtk-devel-list@gnome.org http://mail.gno