On Sun, 2004-11-14 at 01:34 +0000, John Spray wrote: > > > - int const num_units = int(sizeof(unit_name) / sizeof(unit_name[0])); > > > + int const num_units = int(sizeof(unit_name) / sizeof(unit_name[0]) - 1; > > Attached patch accounts for this change in stringFromUnit, committing.
Oops, I forgot that I don't have cvs write outside of frontends/gtk: can someone else commit this please? John