[Asterisk-cvs] zaptel ztcfg.c,1.15,1.16

markster at lists.digium.com markster at lists.digium.com
Fri Sep 10 09:41:49 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv13875

Modified Files:
	ztcfg.c 
Log Message:
Add -t option to getopt (bug #2412)


Index: ztcfg.c
===================================================================
RCS file: /usr/cvsroot/zaptel/ztcfg.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- ztcfg.c	4 May 2004 03:20:08 -0000	1.15
+++ ztcfg.c	10 Sep 2004 13:43:51 -0000	1.16
@@ -681,7 +681,7 @@
 	char *key, *value;
 	int x,found;
 	int fd;
-	while((c = getopt(argc, argv, "hc:vs")) != -1) {
+	while((c = getopt(argc, argv, "thc:vs")) != -1) {
 		switch(c) {
 		case 'c':
 			filename=optarg;




More information about the svn-commits mailing list