[gs-cvs] rev 8795 - trunk/gs/src
mvrhel at ghostscript.com
mvrhel at ghostscript.com
Wed Jun 11 09:24:25 PDT 2008
Author: mvrhel
Date: 2008-06-11 09:24:24 -0700 (Wed, 11 Jun 2008)
New Revision: 8795
Modified:
trunk/gs/src/simscale.c
Log:
Undoing change introduced in rev 8794. This change will need to occur after Bug 689889 is handled. rev 8749 introduced 37 differences in the regression.
Modified: trunk/gs/src/simscale.c
===================================================================
--- trunk/gs/src/simscale.c 2008-06-10 20:37:05 UTC (rev 8794)
+++ trunk/gs/src/simscale.c 2008-06-11 16:24:24 UTC (rev 8795)
@@ -8346,8 +8346,8 @@
}
if (rleft == 0 && !last)
return 0; /* need more input */
- if (rleft == 0)
- return EOFC; /* end of file. pass along in stream */
+ /* if (rleft == 0)
+ return EOFC; */ /* end of file. pass along in stream */
if (ss->src_offset == 0) {
/* could maintain window as ring (y mod 4 addressing),
but this is simpler */
More information about the gs-cvs
mailing list