[gs-cvs] rev 7627 - trunk/gs/src
leonardo at ghostscript.com
leonardo at ghostscript.com
Sun Jan 21 01:35:30 PST 2007
Author: leonardo
Date: 2007-01-21 01:35:30 -0800 (Sun, 21 Jan 2007)
New Revision: 7627
Modified:
trunk/gs/src/gxhintn.c
Log:
Unwind 7625 due to wrong log message.
Modified: trunk/gs/src/gxhintn.c
===================================================================
--- trunk/gs/src/gxhintn.c 2007-01-21 03:37:46 UTC (rev 7626)
+++ trunk/gs/src/gxhintn.c 2007-01-21 09:35:30 UTC (rev 7627)
@@ -1140,7 +1140,7 @@
return;
contour_beg = this->contour[this->contour_count -1];
contour_end = this->pole_count - 1; /* the last contour's 'closepath'. */
- if (contour_beg + 8 >= contour_end)
+ if (contour_beg >= contour_end)
return;
for (k = 0; k < 2; k++) {
t1_glyph_space_coord *p_gc = (!k ? &this->pole[0].gx : &this->pole[0].gy);
More information about the gs-cvs
mailing list