[Janitorial] snmpapi: Remove the last-but-one %ll printf format

Detlef Riekenberg wine.dev at web.de
Wed Feb 14 17:15:38 CST 2007


On Mi, 2007-02-14 at 15:27 -0200, Pedro Araujo Chaves Jr. wrote:
> -        TRACE("Counter64 %llu\n", any->asnValue.counter64.QuadPart);
> +        TRACE("Counter64 %su\n",
> wine_dbgstr_longlong(any->asnValue.counter64.QuadPart));
>          return; 

Did you mean "%s" ?
(used "%su")

-- 
 
By by ... Detlef





More information about the wine-devel mailing list