mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Remove path argument from cmd_execute()
It is always equal to argv[0] (or not used on Windows).
This commit is contained in:
parent
8dc11a0286
commit
73e8ec1b35
4 changed files with 5 additions and 6 deletions
|
|
@ -44,7 +44,7 @@ enum process_result {
|
|||
};
|
||||
|
||||
enum process_result
|
||||
cmd_execute(const char *path, const char *const argv[], process_t *process);
|
||||
cmd_execute(const char *const argv[], process_t *process);
|
||||
|
||||
bool
|
||||
cmd_terminate(process_t pid);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue