Revision bf65f53f vl.c

b/vl.c
5755 5755
        exit(1);
5756 5756
    }
5757 5757

  
5758
#ifndef _WIN32
5759
    /* Win32 doesn't support line-buffering and requires size >= 2 */
5758 5760
    setvbuf(stdout, NULL, _IOLBF, 0);
5761
#endif
5759 5762

  
5760 5763
    init_timers();
5761 5764
    if (init_timer_alarm() < 0) {

Also available in: Unified diff