Re: [Janitorial] snmpapi: Remove the last-but-one %ll printf format
14 Feb
2007
14 Feb
'07
7: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+
6883
Age (days ago)
6883
Last active (days ago)
0 comments
1 participants
participants (1)
-
Eric Pouech