oops
This commit is contained in:
parent
319c0d2772
commit
8312dd24a3
@ -108,7 +108,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
int digconver(const char *str) {
|
int digconver(const char *hexString) {
|
||||||
u32 result = 0;
|
u32 result = 0;
|
||||||
while (*hexString != '\0') {
|
while (*hexString != '\0') {
|
||||||
char hexChar = *hexString;
|
char hexChar = *hexString;
|
||||||
|
Reference in New Issue
Block a user