]> err.no Git - varnish/commitdiff
#130: false is spelles FALSE in curses-land.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jul 2007 14:10:28 +0000 (14:10 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 24 Jul 2007 14:10:28 +0000 (14:10 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1753 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishhist/varnishhist.c
varnish-cache/bin/varnishstat/varnishstat.c
varnish-cache/bin/varnishtop/varnishtop.c

index d54610e90092ee991d54215a10ec5fe512f313bf..0d5b83ec99369a591e6159a07ed9132b18bf95bb 100644 (file)
@@ -247,7 +247,7 @@ do_curses(struct VSL_data *vd)
        raw();
        noecho();
        nonl();
-       intrflush(stdscr, false);
+       intrflush(stdscr, FALSE);
        curs_set(0);
        erase();
        for (;;) {
index 14b8d59cf32ac303c6d6a172b060d8710eadc4db..ec85884b2e41a71f6559a1ab25960484ca03e863 100644 (file)
@@ -78,7 +78,7 @@ do_curses(struct varnish_stats *VSL_stats, int delay)
        raw();
        noecho();
        nonl();
-       intrflush(stdscr, false);
+       intrflush(stdscr, FALSE);
        curs_set(0);
        erase();
 
index 7a9b93fe41adfda67a92965be339f8a6444690d4..a4d28af8662643f889540e4638471ad0cc7428e5 100644 (file)
@@ -201,7 +201,7 @@ do_curses(struct VSL_data *vd)
        raw();
        noecho();
        nonl();
-       intrflush(stdscr, false);
+       intrflush(stdscr, FALSE);
        curs_set(0);
        erase();
        for (;;) {