mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-06 21:45:29 +00:00
Userland: Fix two compiler warnings.
This commit is contained in:
@@ -10,7 +10,7 @@ int main(int argc, char **argv)
|
||||
return 1;
|
||||
}
|
||||
|
||||
mode_t mode;
|
||||
unsigned mode;
|
||||
int rc = sscanf(argv[1], "%o", &mode);
|
||||
if (rc != 1) {
|
||||
perror("sscanf");
|
||||
|
||||
Reference in New Issue
Block a user