<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Le 10/04/2012 13:57, Piotr Caban a écrit :
    <blockquote cite="mid:4F842043.10400@codeweavers.com" type="cite">---
      <br>
       dlls/msvcrt/tests/time.c |   48 +++++++++++++++++++++++++++++++
      <br>
       dlls/msvcrt/time.c       |   70
      ++++++++++++++++++++++++++-------------------
      <br>
       2 files changed, 88 insertions(+), 30 deletions(-)
      <br>
      <br>
      <br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">
</pre>
    </blockquote>
    <br>
    <pre wrap="">+            || !MSVCRT_CHECK_PMT(asctime_buf(time, mstm) != NULL)) {

this isn't as MSVCRT_CHECK_PMT is supposed to be used (ie the test itself can be shown to the user
to explain what fails as a condition on parameters, which isn't explicit in your case)
A+
</pre>
    <br>
    <pre class="moz-signature" cols="72">-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)
</pre>
  </body>
</html>