Commit a605514
fix building list of args for execution
Before:
arg name and value were 'joined' together and pushed to the list of args as a single arg E.g. "-0 0" causing exteplayer3 to incorrectly interpret them
After:
arg name and value are pushed to the args list separatedly E.g. "-0" "0" enabling exteplayer3 to work properly1 parent 1b15fd4 commit a605514
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 182 | + | |
| 183 | + | |
188 | 184 | | |
189 | 185 | | |
190 | 186 | | |
| |||
0 commit comments