summaryrefslogtreecommitdiff
path: root/psprint
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-03-30 12:49:04 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-03-30 12:49:04 +0000
commit1a53eadf08ee032ba963d078fa28cf97d4fadd6f (patch)
treea43f8791e0ce58aa8a10f16704f94b00f1479699 /psprint
parentbedc7dccad612a593ea0a43ca2cee6d771c3a312 (diff)
INTEGRATION: CWS vcl20 (1.27.6); FILE MERGED
2004/03/11 09:31:26 ssa 1.27.6.2: make compilable 2004/02/23 16:35:52 pl 1.27.6.1: #115592# use correct scope for variables
Diffstat (limited to 'psprint')
-rw-r--r--psprint/source/fontsubset/sft.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/psprint/source/fontsubset/sft.c b/psprint/source/fontsubset/sft.c
index 6470fa886d91..d49b1723b278 100644
--- a/psprint/source/fontsubset/sft.c
+++ b/psprint/source/fontsubset/sft.c
@@ -2,9 +2,9 @@
*
* $RCSfile: sft.c,v $
*
- * $Revision: 1.28 $
+ * $Revision: 1.29 $
*
- * last change: $Author: obo $ $Date: 2004-03-17 10:50:04 $
+ * last change: $Author: rt $ $Date: 2004-03-30 13:49:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -927,7 +927,7 @@ static int BSplineToPSPath(ControlPoint *srcA, int srcCount, PSPathElement **pat
int scflag = 1; /*- start contour flag */
int ecflag = 0; /*- end contour flag */
int cp = 0; /*- current point */
- int StartContour = 0, EndContour = 0;
+ int StartContour = 0, EndContour = 1;
listSetElementDtor(pList, free);
*path = 0;