Fred / someone please check a commit
Hi,
I just committed the following patch:
Index: src/libnrtype/TextWrapper.cpp =================================================================== RCS file: /cvsroot/inkscape/inkscape/src/libnrtype/TextWrapper.cpp,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/libnrtype/TextWrapper.cpp 14 Jun 2004 14:44:04 -0000 1.2 +++ src/libnrtype/TextWrapper.cpp 14 Jun 2004 23:05:45 -0000 1.3 @@ -393,7 +393,7 @@ int last_w_st=-1; int last_s_st=-1; int last_p_st=0; - for (int i=0;i<=nAttr;i++) { + for (int i=0;i<nAttr;i++) { text_boundary nbs; text_boundary nbe; nbs.uni_pos=i;
Could people just check that they agree with it?
Thanks
Carl
participants (1)
-
Carl Hetherington