[PATCH 1/6] msvcrt: Rewrite asctime function (try3)

Alexandre Julliard julliard at winehq.org
Tue Apr 10 13:37:02 CDT 2012


Piotr Caban <piotr at 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 at winehq.org



More information about the wine-devel mailing list