Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
As myvariable is declared as an integer, it is meaningless that putting u after %d in the format specifier of sscanf for scanning an integer. This patch removes the u in the format specifier for avoiding misleading.
- Loading branch information