1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/graphics/xbarcode/files/patch-ab
Alexander Langer a7f2252119 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>
2000-10-01 15:27:35 +00:00

11 lines
252 B
Plaintext

--- 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();