April 05, 2022
https://issues.dlang.org/show_bug.cgi?id=22971

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #13948 "fix Issue 22971 - importC: can't initialize unsigned char array with …" fixing this issue:

- fix Issue 22971 - importC: can't initialize unsigned char array with string literal

https://github.com/dlang/dmd/pull/13948

--
April 06, 2022
https://issues.dlang.org/show_bug.cgi?id=22971

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13948 "fix Issue 22971 - importC: can't initialize unsigned char array with …" was merged into master:

- 1621246b2553b30bb7e01bc1c3e0f706d7d844a0 by Walter Bright:
  fix Issue 22971 - importC: can't initialize unsigned char array with string
literal

https://github.com/dlang/dmd/pull/13948

--