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