diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-21 18:54:29 -0300 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2009-01-21 18:54:29 -0300 |
commit | ce12353e70a468374baf90a7d09cdb71b2224add (patch) | |
tree | 2c158dcf57c372ada6be6b4a04a3bcd7df8bd4a3 /src/nav.c | |
parent | 94f2baf7660ac7b0baccbe79725a817ed877260f (diff) |
Fixed charset decoding given in HTTP and META. (bugs and race condition)
Diffstat (limited to 'src/nav.c')
-rw-r--r-- | src/nav.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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(); } |