lemon/bits/windows.cc
branch1.0
changeset 1078 c59bdcc8e33e
parent 513 3f0ddf255524
     1.1 --- a/lemon/bits/windows.cc	Fri Aug 05 00:12:23 2011 +0200
     1.2 +++ b/lemon/bits/windows.cc	Fri Aug 05 00:17:29 2011 +0200
     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-2011
     1.9   * Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport
    1.10   * (Egervary Research Group on Combinatorial Optimization, EGRES).
    1.11   *
    1.12 @@ -96,7 +96,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) &&