11 Jul
2005
11 Jul
'05
8:18 a.m.
Index: livarot/float-line.cpp
RCS file: /cvsroot/inkscape/inkscape/src/livarot/float-line.cpp,v retrieving revision 1.8 diff -r1.8 float-line.cpp 518c518
< printf("%lu : \n", bords.size());
printf("%zu : \n", bords.size());
524c524
< printf("%lu : \n", runs.size());
printf("%zu : \n", runs.size());
If you O.K. this, I'll check it it in.
Looks good, please commit it if you haven't already.
Yeah, and please revert back what I sent for it. Yours (Ben's) is the correct way.
ralf