mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 16:05:07 +01:00
Merge pull request #389 from lioncash/fmt
soc_u: Fix a missing formatting argument
This commit is contained in:
commit
84856a4549
@ -404,7 +404,7 @@ static void Fcntl(Service::Interface* self) {
|
||||
}
|
||||
#endif
|
||||
} else {
|
||||
LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call");
|
||||
LOG_ERROR(Service_SOC, "Unsupported command (%d) in fcntl call", ctr_cmd);
|
||||
result = TranslateError(EINVAL); // TODO: Find the correct error
|
||||
posix_ret = -1;
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user