[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1704-geb7802d

[email protected] (Robin Watts) Wed, 25 Sep 2019 13:37:56 +0000 (UTC)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
The ghostpdl branch, master has been updated
       via  eb7802dc979aaa0e9e43310de0f1e8dcc7b31b2c (commit)
      from  73bd448d2ebabad9ee31053abf897325a639cba1 (commit)

----------------------------------------------------------------------
commit eb7802dc979aaa0e9e43310de0f1e8dcc7b31b2c
Author: Robin Watts <[email protected]>
Date:   Wed Sep 25 14:35:00 2019 +0100

    Bug 578865: Fix typo
    
    Fix typo in previous commit.

diff --git a/base/gdevp14.c b/base/gdevp14.c
index 2fffebe..29b1905 100644
--- a/base/gdevp14.c
+++ b/base/gdevp14.c
@@ -3110,7 +3110,7 @@ pdf14_stroke_path(gx_device *dev, const	gs_gstate	*pgs,
                                       pcpath);
     if (code >= 0 && push_group) {
         code = pop_shfill_group(&new_pgs);
-        pdf14_set_marking_params(dev, &pgs);
+        pdf14_set_marking_params(dev, pgs);
     }
 
     return code;


Summary of changes:
 base/gdevp14.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)