Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #270 (closed defect: fixed)

Opened 17 years ago

Last modified 17 years ago

Format(1612): Array index out of bounds

Reported by: torhu Assigned to: kris
Priority: major Milestone: 0.96 Beta 2
Component: Tango Version: trunk
Keywords: Cc:

Description

Tango version: trunk r1641.

import tango.text.convert.Format;

void main() {

Formatter.convert("{0}", double.max);

}

Stops with this error: Format(1612): Array index out of bounds

Change History

02/11/07 00:21:55 changed by kris

  • status changed from new to closed.
  • resolution set to fixed.
  • milestone set to 0.96 Beta 2.

buffer was too small - fixed