diff options
Diffstat (limited to 'base/gsncdummy.c')
-rw-r--r-- | base/gsncdummy.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/gsncdummy.c b/base/gsncdummy.c index 58654b94..352f9379 100644 --- a/base/gsncdummy.c +++ b/base/gsncdummy.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2001-2019 Artifex Software, Inc. +/* Copyright (C) 2001-2020 Artifex Software, Inc. All Rights Reserved. This software is provided AS-IS with no warranty, either express or @@ -252,7 +252,7 @@ client_pantone_install_Separation(client_custom_color_params_t * pparam, /* * Get the character string and length for the component name. */ - pcs->params.separation.get_colorname_string(dev->memory, name, + pcs->params.separation.get_colorname_string(pgs, name, &pname, &name_size); /* * Compare the colorant name to those in our PANTONE color list. @@ -323,7 +323,7 @@ client_pantone_install_DeviceN(client_custom_color_params_t * pparam, /* * Get the character string and length for the component name. */ - pcs->params.device_n.get_colorname_string(dev->memory, names[i], + pcs->params.device_n.get_colorname_string(pgs, names[i], &pname, &name_size); /* * Postscript does not include /None as a color component but it is |