mirror of
https://github.com/Genymobile/scrcpy
synced 2025-09-01 06:45:40 +00:00
Fix --pause-on-exit parsing
The function incorrectly returned `false` instead of a valid (and expected) enum value.
This commit is contained in:
@@ -2261,7 +2261,7 @@ sc_get_pause_on_exit(int argc, char *argv[]) {
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
return SC_PAUSE_ON_EXIT_FALSE;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Reference in New Issue
Block a user