Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krazynez committed Dec 13, 2023
1 parent 9e1fc6c commit d64637b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ int main(int argc, char *args[]) {
//3 // Japan
//4 // America
//5 // Europe (Australia)
if(custom_ret) {
if(custom_ret[0] != NULL) {
int custom_convert = custom_ret[0] - '0';
region = custom_convert;
}
Expand Down

0 comments on commit d64637b

Please sign in to comment.