diff options
author | Alexander Langer <alex@FreeBSD.org> | 2000-10-01 15:27:35 +0000 |
---|---|---|
committer | Alexander Langer <alex@FreeBSD.org> | 2000-10-01 15:27:35 +0000 |
commit | a7f22521195e404147ea9c8749293ebc9946a277 (patch) | |
tree | fed8348aa6844bf7420a62d726b7cc0f432d9022 /graphics/xbarcode/files/patch-ab | |
parent | - Update to 4.1.0 (diff) |
Add xbarcode, a (NO_CDROM) program to generate and save graphics of
barcodes in different industry standards.
PR: 21667
Submitted by: brett <brett@nodetree.net>
Diffstat (limited to 'graphics/xbarcode/files/patch-ab')
-rw-r--r-- | graphics/xbarcode/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xbarcode/files/patch-ab b/graphics/xbarcode/files/patch-ab new file mode 100644 index 000000000000..1702d1013dea --- /dev/null +++ b/graphics/xbarcode/files/patch-ab @@ -0,0 +1,10 @@ +--- bar.c~ Tue Sep 13 18:25:32 1994 ++++ bar.c Sun Oct 1 02:35:31 2000 +@@ -40,6 +40,7 @@ + ywert=100; + xwert=100; + strcpy(Wert,""); ++ if(argc<2) { fprintf(stderr,"%s",ErrText4); exit(-1); } + if (strcmp(argv[1],"-HELP")==0) + { + help(); |