|
From: Thomas W. <wi...@ac...> - 2006-01-04 02:38:25
|
Trying to load the attached files will make begin crash in the last line
of the following code snippet (line wrapping due to mailer):
void edit_text_t::implementation_t::set_bounds(
const point_2d_t& pos,
const extents_t& geo)
{
assert(control_m);
point_2d_t position(pos);
extents_t geometry(geo);
geometry_m = geometry;
long baseline =
geometry.slice_m[extents_slices_t::vertical].poi_m[0];
with a vector subscript out of range.
Thomas
PS: As a sidenote I've modified my local copy of begin to save a backup
file on update this makes tracing these crashes a lot easier. Might be a
usefull feature in general.
--
Thomas Witt
wi...@ac...
|