j
k
j a
j l
On Tue, 2005-01-11 at 00:54 +0100, Timo Boettcher wrote:
str = t_str_new(512); var_expand(str, conn->set.base, user, NULL); conn->set.base = str_c(str);
str = t_str_new(512);
var_expand(str, conn->set.base, user, NULL);
conn->set.base = str_c(str);
And you don't want to replace set.base with it, because then the replacing is done only once.
Attachments:
Back to the thread
Back to the list