http://bugzilla.gdcproject.org/show_bug.cgi?id=91
--- Comment #7 from Peter Remmers <p.remm...@arcor.de> --- I might add, always adding a zero termination costs nothing apart from a few bytes in the data segment. At the very least this is a performance issue, as GDC's toStringz(string) would always copy, and DMD's and LDC's would not. -- You are receiving this mail because: You are watching all bug changes.