https://issues.dlang.org/show_bug.cgi?id=20810

Dlang Bot <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <[email protected]> ---
@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

--

Reply via email to