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

Eric Pouech eric.pouech at wanadoo.fr
Wed Feb 14 13:14:39 CST 2007


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+




More information about the wine-devel mailing list