Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/hplip Don't return a value in a void function



details:   https://anonhg.NetBSD.org/pkgsrc/rev/31e8ef2a0536
branches:  trunk
changeset: 431558:31e8ef2a0536
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu May 14 19:01:47 2020 +0000

description:
Don't return a value in a void function

diffstat:

 print/hplip/distinfo                             |   3 ++-
 print/hplip/patches/patch-prnt_hpps_hppsfilter.c |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (33 lines):

diff -r df27de6cec5b -r 31e8ef2a0536 print/hplip/distinfo
--- a/print/hplip/distinfo      Thu May 14 19:01:26 2020 +0000
+++ b/print/hplip/distinfo      Thu May 14 19:01:47 2020 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.37 2020/01/04 04:27:01 khorben Exp $
+$NetBSD: distinfo,v 1.38 2020/05/14 19:01:47 joerg Exp $
 
 SHA1 (hplip-3.19.12.tar.gz) = 3d3cffb0808900ab4134df2acc246f22fb39aad7
 RMD160 (hplip-3.19.12.tar.gz) = c9e24b31dd51b2f1759e4f70c1c8617b49ace7c7
@@ -14,5 +14,6 @@
 SHA1 (patch-prnt_hpijs_context2.cpp) = f81148c1c334a9074453b27ac055833cd1669bd0
 SHA1 (patch-prnt_hpijs_foomatic-rip-hplip) = c37ed4beda5a84fac65484d11af55bf80b3f9f7c
 SHA1 (patch-prnt_hpijs_hjzjscolor.cpp) = 5ca9c828ba4aff17a54a803d79c2dc169975d50c
+SHA1 (patch-prnt_hpps_hppsfilter.c) = 5a3e7f3f5504fb88d58cf2b79fa138066859aa00
 SHA1 (patch-protocol_discovery_mdns.c) = e2ca43f6ab13fe2124a38bcc0eff292a57b34b06
 SHA1 (patch-scan.py) = b58ffdd4811b8b20973a07f3b9f60174a96beed4
diff -r df27de6cec5b -r 31e8ef2a0536 print/hplip/patches/patch-prnt_hpps_hppsfilter.c
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/print/hplip/patches/patch-prnt_hpps_hppsfilter.c  Thu May 14 19:01:47 2020 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-prnt_hpps_hppsfilter.c,v 1.1 2020/05/14 19:01:48 joerg Exp $
+
+--- prnt/hpps/hppsfilter.c.orig        2020-05-10 23:16:47.425661205 +0000
++++ prnt/hpps/hppsfilter.c
+@@ -104,7 +104,7 @@ static void open_tempbookletfile(char *m
+     if(ptempbooklet_file == NULL)
+     {
+             fprintf(stderr, "ERROR: Unable to open temp file %s\n", temp_filename);
+-            return 1;
++            return;
+     }  
+     chmod(temp_filename, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
+ 



Home | Main Index | Thread Index | Old Index