[Asterisk-cvs] asterisk/res res_features.c,1.45,1.46

russell at lists.digium.com russell at lists.digium.com
Wed Apr 13 18:42:08 CDT 2005


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

Modified Files:
	res_features.c 
Log Message:
add missing newlines, fix misspelling of nonexistent (bug #4027)


Index: res_features.c
===================================================================
RCS file: /usr/cvsroot/asterisk/res/res_features.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- res_features.c	24 Mar 2005 05:37:59 -0000	1.45
+++ res_features.c	13 Apr 2005 23:33:47 -0000	1.46
@@ -1385,7 +1385,7 @@
 			dres = 0;
 		}
 		if (option_verbose > 2) 
-			ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to non-existant parked call %d\n", chan->name, park);
+			ast_verbose(VERBOSE_PREFIX_3 "Channel %s tried to talk to nonexistent parked call %d\n", chan->name, park);
 		res = -1;
 	}
 	LOCAL_USER_REMOVE(u);




More information about the svn-commits mailing list