Commit 816e4ec
committed
FIX: assert >= 1 in process::command::arg_set()
We do not want to set argv[0] here. This needs to be asserted at any time.
Assertion for the index within range is only a debug_assert becasue its a mere
helpful error message, indexing later would assert on out of range access anyway.1 parent 6a10a48 commit 816e4ec
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
200 | 200 | | |
201 | 201 | | |
202 | 202 | | |
203 | | - | |
| 203 | + | |
| 204 | + | |
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
| |||
0 commit comments