Project

General

Profile

« Previous | Next » 

Revision b30b727c

Added by nobu (Nobuyoshi Nakada) over 3 years ago

Fix format specifier

uintptr_t is not always unsigned long, but can be casted to void
pointer safely.