blob: f8c8dfe2d1f016f4f9d0a62803155e6e8efa6e93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ac,v 1.3 2005/01/08 00:15:28 schmonz Exp $
--- ezmlm-confirm.c.orig 2004-12-17 11:56:36.000000000 -0500
+++ ezmlm-confirm.c
@@ -138,7 +138,7 @@ void main(int argc, char **argv)
sig_pipeignore();
when = now();
- if (!stralloc_copys(&sendopt," -")) die_nomem();
+ if (!stralloc_copys(&sendopt,"-")) die_nomem();
while ((opt = getopt(argc,argv,"cCmMrRt:T:vV")) != opteof)
switch(opt) { /* pass on ezmlm-send options */
case 'c': /* ezmlm-send flags */
|