summaryrefslogtreecommitdiff
path: root/pcl/pcjob.c
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>1998-07-23 03:33:42 +0000
committerHenry Stiles <henry.stiles@artifex.com>1998-07-23 03:33:42 +0000
commit983653f1b54ad2f68a496d7c5c2f372b296bbde7 (patch)
treeb29d6bd45e3acbaec4212b7b3d2bdc957d1aec16 /pcl/pcjob.c
parentfe5e12e348b49a7aab78e7a80a26598305474aa5 (diff)
This commit was generated by cvs2svn to compensate for changes in r60,
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@61 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pcl/pcjob.c')
-rw-r--r--pcl/pcjob.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcl/pcjob.c b/pcl/pcjob.c
index 17bab3958..994d87bee 100644
--- a/pcl/pcjob.c
+++ b/pcl/pcjob.c
@@ -102,14 +102,14 @@ private int /* ESC & l <xoff_dp> U */
pcl_left_offset_registration(pcl_args_t *pargs, pcl_state_t *pcls)
{ pcls->left_offset_cp = float_arg(pargs) * 10; /* decipoints => cp */
pcl_compute_logical_page_size(pcls);
- return pcl_set_ctm(pcls, true);
+ return 0;
}
private int /* ESC & l <yoff_dp> Z */
pcl_top_offset_registration(pcl_args_t *pargs, pcl_state_t *pcls)
{ pcls->top_offset_cp = float_arg(pargs) * 10; /* decipoints => cp */
pcl_compute_logical_page_size(pcls);
- return pcl_set_ctm(pcls, true);
+ return 0;
}
private int /* ESC & a <side_enum> G */