cvs diff gr_BeOSGraphics.cpp (in directory C:\abi\abi\src\af\gr\beos\) Index: gr_BeOSGraphics.cpp =================================================================== RCS file: /cvsroot/abi/src/af/gr/beos/gr_BeOSGraphics.cpp,v retrieving revision 1.21 diff -r1.21 gr_BeOSGraphics.cpp 444,445d443 < UT_uint32 size, i; < 450,452d447 < //Set the character, then set the length of the character < size=0; < 454c449 < BPoint *escapementArray=new BPoint[num]; --- > BPoint escapementArray[1]; 474,476c469 < size+= ceil(escapementArray[i].x *fontsize); < < return(size); --- > return ceil(escapementArray[0].x *fontsize);