This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit d62dc1b
committed
[[ Bug 20324 ]] Fix Windows drop files conversion
This patch adds a kMCNulString foudation constant and uses it when
splitting the drop-files string in the Windows clipboard code.
Previously it was attempting to use MCSTR("\0") which won't work
as MCSTR's must be NUL-terminated.1 parent bf53f84 commit d62dc1b
File tree
4 files changed
+11
-1
lines changed- docs/notes
- engine/src
- libfoundation
- include
- src
4 files changed
+11
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
320 | | - | |
| 320 | + | |
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1949 | 1949 | | |
1950 | 1950 | | |
1951 | 1951 | | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
1952 | 1955 | | |
1953 | 1956 | | |
1954 | 1957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6228 | 6228 | | |
6229 | 6229 | | |
6230 | 6230 | | |
| 6231 | + | |
6231 | 6232 | | |
6232 | 6233 | | |
6233 | 6234 | | |
| |||
6251 | 6252 | | |
6252 | 6253 | | |
6253 | 6254 | | |
| 6255 | + | |
| 6256 | + | |
| 6257 | + | |
6254 | 6258 | | |
6255 | 6259 | | |
6256 | 6260 | | |
| |||
6272 | 6276 | | |
6273 | 6277 | | |
6274 | 6278 | | |
| 6279 | + | |
| 6280 | + | |
6275 | 6281 | | |
6276 | 6282 | | |
6277 | 6283 | | |
| |||
0 commit comments