mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 23:57:22 +02:00
Update gamemode-context.c
check format wined again, looks like I'm really bad at this
This commit is contained in:
parent
22001c56b1
commit
41191dc607
@ -227,7 +227,7 @@ static int game_mode_disable_splitlock(GameModeContext *self, bool disable)
|
|||||||
|
|
||||||
if (fgets(value_str, sizeof value_str, f) == NULL) {
|
if (fgets(value_str, sizeof value_str, f) == NULL) {
|
||||||
LOG_ERROR("Couldn't read from /proc/sys/kernel/split_lock_mitigate : %s\n",
|
LOG_ERROR("Couldn't read from /proc/sys/kernel/split_lock_mitigate : %s\n",
|
||||||
strerror(errno));
|
strerror(errno));
|
||||||
fclose(f);
|
fclose(f);
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user