summaryrefslogtreecommitdiff
path: root/src/nav.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-21 18:54:29 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-21 18:54:29 -0300
commitce12353e70a468374baf90a7d09cdb71b2224add (patch)
tree2c158dcf57c372ada6be6b4a04a3bcd7df8bd4a3 /src/nav.c
parent94f2baf7660ac7b0baccbe79725a817ed877260f (diff)
Fixed charset decoding given in HTTP and META. (bugs and race condition)
Diffstat (limited to 'src/nav.c')
-rw-r--r--src/nav.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nav.c b/src/nav.c
index ad8eb43b..abfec30d 100644
--- a/src/nav.c
+++ b/src/nav.c
@@ -370,6 +370,7 @@ static void Nav_repush(BrowserWindow *bw)
static void Nav_repush_callback(void *data)
{
+ _MSG(">>> Nav_repush_callback <<<<\n");
Nav_repush(data);
a_Timeout_remove();
}