1.1 --- a/lemon/bits/windows.cc Fri Aug 05 09:33:42 2011 +0200
1.2 +++ b/lemon/bits/windows.cc Mon Aug 08 12:36:16 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 @@ -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) &&