expand() fix
authorRobert Manea <gotmor@gmail.com>
Tue, 16 Jun 2009 08:51:28 +0000 (10:51 +0200)
committerRobert Manea <gotmor@gmail.com>
Tue, 16 Jun 2009 08:51:28 +0000 (10:51 +0200)
uzbl.c

diff --git a/uzbl.c b/uzbl.c
index bb98360..60f06ec 100644 (file)
--- 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;