Re: [PATCH 1/6] msvcrt: Rewrite asctime function (try3)
10 Apr
2012
10 Apr
'12
1:37 p.m.
Piotr Caban <piotr(a)codeweavers.com> writes:
+ || !MSVCRT_CHECK_PMT(asctime_buf(time, mstm) != NULL)) {
You don't want to use MSVCRT_CHECK_PMT this way, the error won't make sense. -- Alexandre Julliard julliard(a)winehq.org
5084
Age (days ago)
5084
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard