[Issue 14315] [snn] scanf can't read lines longer than 32767 characters
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Sat Mar 21 13:27:31 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=14315
Ivan Kazmenko <gassa at mail.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |gassa at mail.ru
Hardware|x86_64 |x86
--- Comment #1 from Ivan Kazmenko <gassa at mail.ru> ---
Thank you for reporting it - and fixing the array size.
My system where it is reproducible is 64-bit Windows.
For me, "dmd -m32" gives the error, "dmd -m64" does not. So I changed the
"hardware" selector from x86_64 to x86.
--
More information about the Digitalmars-d-bugs
mailing list