Commit 84f3b8a
committed
xrCore: Do not lowercase params anymore.
Params can contain paths, which are case-sensitive in Linux
(and become invalid after lowercasing).
This commit can break application arguments, thus "-EdiTOr" would not
be considered as "-editor" option anymore, but it's OK, because there
is a number of case-sensitive arguments, which is processed via
GetCommandLine() with case-sensitive matching.1 parent cb308c1 commit 84f3b8a
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
0 commit comments