summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcl/pcl/pcsfont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcl/pcl/pcsfont.c b/pcl/pcl/pcsfont.c
index 7c995806a..79cd2627b 100644
--- a/pcl/pcl/pcsfont.c
+++ b/pcl/pcl/pcsfont.c
@@ -1056,8 +1056,8 @@ pcsfont_do_copy(pcl_state_t * psaved, const pcl_state_t * pcs,
1056 pcl_copy_operation_t operation) 1056 pcl_copy_operation_t operation)
1057{ 1057{
1058 if (operation & pcl_copy_after) { /* Don't restore the soft font set. */ 1058 if (operation & pcl_copy_after) { /* Don't restore the soft font set. */
1059 /**** MUST HANDLE POSSIBILITY THAT CURRENT FONT WAS DELETED. ****/
1060 psaved->soft_fonts = pcs->soft_fonts; 1059 psaved->soft_fonts = pcs->soft_fonts;
1060 psaved->built_in_fonts = pcs->built_in_fonts;
1061 } 1061 }
1062 return 0; 1062 return 0;
1063} 1063}