[Issue 20810] Freshly built DMD fails to read config file
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 8 17:11:54 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=20810
Dlang Bot <dlang-bot at dlang.rocks> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |pull
--- Comment #1 from Dlang Bot <dlang-bot at dlang.rocks> ---
@AndrejMitrovic updated dlang/dmd pull request #11111 "Fix issue 20810: Freshly
built DMD fails to read config file " fixing this issue:
- Fix getting canonical path in GetFullPathNameW
According to MSDN docs, the return value of GetFullPathName
does *not* count the terminating null character.
In the first call, it *does* include this count because
a buffer was not specified in that initial call.
Fix Issue 20810
https://github.com/dlang/dmd/pull/11111
--
More information about the Digitalmars-d-bugs
mailing list