WININET: implement InternetTime{From,To}SystemTime{A,W} (#4)

Hans Leidekker hans at it.vu.nl
Mon Jan 17 09:42:00 CST 2005


On Monday 17 January 2005 16:13, Joris Huizer wrote:

> Sorry, I meant, what if the string ends with digits there?
> If I find out how, I may add a testcase for that;

The next line is this one:

  if (*s == '\0') return FALSE;

So if the string were to end with a digit we bail out right away.
Just tested that here as well and it's ok.
 
 -Hans



More information about the wine-devel mailing list