lemon/bits/windows.cc
changeset 1107 2b6bffe0e7e8
parent 956 141f9c0db4a3
parent 1053 64260c0f58eb
child 1084 d303bfa8b1ed
child 1131 43a91b33f374
     1.1 --- a/lemon/bits/windows.cc	Tue Dec 20 17:44:38 2011 +0100
     1.2 +++ b/lemon/bits/windows.cc	Tue Dec 20 18:15:14 2011 +0100
     1.3 @@ -2,7 +2,7 @@
     1.4   *
     1.5   * This file is a part of LEMON, a generic C++ optimization library.
     1.6   *
     1.7 - * Copyright (C) 2003-2009
     1.8 + * Copyright (C) 2003-2010
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -98,7 +98,7 @@
    1.13        SYSTEMTIME time;
    1.14        GetSystemTime(&time);
    1.15        char buf1[11], buf2[9], buf3[5];
    1.16 -	  if (GetDateFormat(MY_LOCALE, 0, &time,
    1.17 +          if (GetDateFormat(MY_LOCALE, 0, &time,
    1.18                          ("ddd MMM dd"), buf1, 11) &&
    1.19            GetTimeFormat(MY_LOCALE, 0, &time,
    1.20                          ("HH':'mm':'ss"), buf2, 9) &&