From ded5bf36fae30e458d8f8e225832ec7d8d88ee34 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Thu, 10 Oct 2013 15:54:18 +0200 Subject: [PATCH 1/1] Forgotten by commit 8c9500c. --- teshsuite/simdag/platforms/is_router_test.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/teshsuite/simdag/platforms/is_router_test.c b/teshsuite/simdag/platforms/is_router_test.c index 86ac354168..10bf46450d 100644 --- a/teshsuite/simdag/platforms/is_router_test.c +++ b/teshsuite/simdag/platforms/is_router_test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2012. The SimGrid Team. +/* Copyright (c) 2008-2013. The SimGrid Team. * All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it @@ -15,10 +15,16 @@ int main(int argc, char **argv) { /* initialisation of SD */ int size; - SD_init(&argc, argv); xbt_lib_cursor_t cursor = NULL; char *key, *data; +#ifdef _XBT_WIN32 + setbuf(stderr, NULL); + setbuf(stdout, NULL); +#endif + + SD_init(&argc, argv); + /* creation of the environment */ SD_create_environment(argv[1]); -- 2.20.1