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

Lodovico Giaretta <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #1 from Lodovico Giaretta <[email protected]> ---
(In reply to Matt Jones from comment #0)
> This program prints WASD in debug mode as expected, but prints DDDD in
> release mode. My guess is std.conv.to!string is failing with char* for some
> reason.
> 
> [...]

Can I ask you to try with `std.string.fromStringz` instead of
`std.conv.to!string` ?
This may help find out where the bug is.

--

Reply via email to