diff options
| author | 2018-10-27 21:56:10 -0400 | |
|---|---|---|
| committer | 2018-10-27 21:56:10 -0400 | |
| commit | 1fa31cf74daadef8bd23d91f58438f998eab8a7b (patch) | |
| tree | 779a4607de810561036e5f156ad1ca28578a7b63 /src/common/string_util.cpp | |
| parent | Merge pull request #1533 from FernandoS27/lmem (diff) | |
| download | yuzu-1fa31cf74daadef8bd23d91f58438f998eab8a7b.tar.gz yuzu-1fa31cf74daadef8bd23d91f58438f998eab8a7b.tar.xz yuzu-1fa31cf74daadef8bd23d91f58438f998eab8a7b.zip | |
key_manager: Use isxdigit instead of isdigit when reading key file
Crypto revisions are hex numbers and this function only checks if the string is valid for stoul in base 16, so it should be isxdigit.
Diffstat (limited to 'src/common/string_util.cpp')
0 files changed, 0 insertions, 0 deletions