From: Arnaud Giersch Date: Thu, 10 Oct 2013 13:54:18 +0000 (+0200) Subject: Forgotten by commit 8c9500c. X-Git-Tag: v3_9_90~20 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ded5bf36fae30e458d8f8e225832ec7d8d88ee34 Forgotten by commit 8c9500c. --- 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]);