mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
Correct format args
This commit is contained in:
parent
a395caeb48
commit
8a52e812d9
@ -49,7 +49,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
get_gpu_state(&info);
|
||||
|
||||
printf("%d %d\n", info.core, info.mem);
|
||||
printf("%ld %ld\n", info.core, info.mem);
|
||||
|
||||
} else if (argc == 6 && strncmp(argv[3], "set", 3) == 0) {
|
||||
const char *vendor = argv[1];
|
||||
|
Loading…
x
Reference in New Issue
Block a user