[Issue 20886] std.process.browse does not work with URLs 256 characters or longer
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Tue Apr 20 16:33:22 UTC 2021
https://issues.dlang.org/show_bug.cgi?id=20886
Robert Aron <aronrobert293 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aronrobert293 at gmail.com
--- Comment #1 from Robert Aron <aronrobert293 at gmail.com> ---
I ran into this issue and it seems that is something wrong with this line
> args[1] = = url.tempCString();
because after that line args[1] is ""
--
More information about the Digitalmars-d-bugs
mailing list