Re: [Janitorial] snmpapi: Remove the last-but-one %ll printf format
Feb. 14, 2007
1:14 p.m.
Pedro Araujo Chaves Jr. a écrit :
case ASN_COUNTER64: { - TRACE("Counter64 %llu\n", any->asnValue.counter64.QuadPart); + TRACE("Counter64 %su\n", wine_dbgstr_longlong(any->asnValue.counter64.QuadPart));
it should read %s\n"... A+
7026
Age (days ago)
7026
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech