From 5802723281ef8b6672e1c3f0e76c9b2a42bd22f9 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Mon, 27 Sep 2004 05:21:00 +0000 Subject: [project @ 2004-09-27 05:21:00 by jmb] Improve !Boot file and support protocol fallback positions. svn path=/import/netsurf/; revision=1287 --- desktop/netsurf.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 24583daa8..06b105a23 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -9,6 +9,7 @@ #include #include +#include #include #include #include "netsurf/utils/config.h" @@ -35,6 +36,7 @@ static void lib_init(void); int main(int argc, char** argv) { + setbuf(stderr, NULL); netsurf_init(argc, argv); while (!netsurf_quit) @@ -75,7 +77,7 @@ void netsurf_init(int argc, char** argv) setlocale(LC_ALL, ""); fetch_init(); fetchcache_init(); - gui_init2(); + gui_init2(argc, argv); } /** -- cgit v1.2.3