Commit 23e334e
committed
fix: Substring Command Line Parameters
When reading command line parameters, the `-` and `=` characters weren't being considered. This caused the command line arguments to always be 2 characters too long, generally the last character and the `=` at the end. This fixes it by adding a constant 2 characters to the substring length.1 parent fff90a7 commit 23e334e
File tree
1 file changed
+3
-1
lines changed- lib/NativeCode/DynamicLibraryLoaderHelper/NativeRender/include
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
| 129 | + | |
128 | 130 | | |
129 | | - | |
| 131 | + | |
130 | 132 | | |
131 | 133 | | |
132 | 134 | | |
| |||
0 commit comments