Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix wrong data type in argument for sscanf
Compiler warning: ccutil/unicharcompress.cpp:76:76: warning: format ‘%x’ expects argument of type ‘unsigned int*’, but argument 3 has type ‘int*’ [-Wformat=] ccutil/unicharcompress.cpp:80:31: warning: format ‘%x’ expects argument of type ‘unsigned int*’, but argument 3 has type ‘int*’ [-Wformat=] Signed-off-by: Stefan Weil <[email protected]>
- Loading branch information