aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/stamp/files/patch-ab
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1999-12-24 20:16:35 +0000
committerBill Fumerola <billf@FreeBSD.org>1999-12-24 20:16:35 +0000
commitaeecea2bb7ccb7ddcf7c05f5398c23648c2aea66 (patch)
tree0af850713db119d2f1802d2d3a350f745be349c6 /graphics/stamp/files/patch-ab
parentac78a10a0daef8e685de7c5c850944e0fb607b05 (diff)
Upgrade to 2.0.8, and associated changes.
Diffstat (limited to 'graphics/stamp/files/patch-ab')
-rw-r--r--graphics/stamp/files/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/graphics/stamp/files/patch-ab b/graphics/stamp/files/patch-ab
new file mode 100644
index 000000000000..aec536730309
--- /dev/null
+++ b/graphics/stamp/files/patch-ab
@@ -0,0 +1,13 @@
+--- lib/rcfile.c.orig Fri Dec 24 15:02:25 1999
++++ lib/rcfile.c Fri Dec 24 15:06:09 1999
+@@ -101,8 +101,8 @@
+ exit(ERR_NOLFONT) ;
+ }
+
+- if ((!(strcmp(Args->Infile,""))) ||
+- (!(strcmp(Args->Outfile,"")))) {
++ if ((Args->Infile == NULL) ||
++ (Args->Outfile == NULL)) {
+ fprintf(stderr, "stamp: You must specify both an input and output JPEG image.\n") ;
+ exit(ERR_MISSIOFILE) ;
+ }