Commit f6d1610
committed
Fix Windows registry editing argument quoting
When we want a literal double-quote symbol within the registry value,
we need to escape it with backslash. In the Java source, we need to
escape backslash and quote symbols when within a string literal, so:
In Java code: "\\\"something.exe\\\"
registry value -> "something.exe"1 parent b30f10a commit f6d1610
File tree
1 file changed
+1
-1
lines changed- src/main/java/org/scijava/desktop/platform/windows
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
0 commit comments