From 3b12d5330806dce75f0fe69dc8a853607efee360 Mon Sep 17 00:00:00 2001 From: Robert Manea Date: Tue, 16 Jun 2009 10:51:28 +0200 Subject: [PATCH] expand() fix --- uzbl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/uzbl.c b/uzbl.c index bb98360..60f06ec 100644 --- a/uzbl.c +++ b/uzbl.c @@ -296,6 +296,7 @@ expand(char *s, gboolean recurse) { g_string_append(buf, js_ret->str); g_string_free(js_ret, 1); } + s = vend+1; } break; -- 1.7.9.5