[Asterisk-cvs] asterisk/channels iax2-parser.c,1.26,1.27

markster at lists.digium.com markster at lists.digium.com
Wed Sep 8 21:33:50 CDT 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv3447/channels

Modified Files:
	iax2-parser.c 
Log Message:
Minor formatting fixup (bug #2397)


Index: iax2-parser.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/iax2-parser.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- iax2-parser.c	31 Jul 2004 02:51:40 -0000	1.26
+++ iax2-parser.c	9 Sep 2004 01:36:01 -0000	1.27
@@ -365,7 +365,7 @@
 		if (ntohs(fh->dcallno) & IAX_FLAG_RETRANS)
 			strcpy(retries, "Yes");
 		else
-			strcpy(retries, "No");
+			strcpy(retries, " No");
 	}
 	if (!(ntohs(fh->scallno) & IAX_FLAG_FULL)) {
 		/* Don't mess with mini-frames */




More information about the svn-commits mailing list