[Asterisk-cvs] asterisk/pbx pbx_config.c,1.14,1.15

markster at lists.digium.com markster at lists.digium.com
Wed Sep 10 00:23:41 CDT 2003


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

Modified Files:
	pbx_config.c 
Log Message:
Fix small logic errors (bug #242)


Index: pbx_config.c
===================================================================
RCS file: /usr/cvsroot/asterisk/pbx/pbx_config.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** pbx_config.c	13 Aug 2003 15:25:16 -0000	1.14
--- pbx_config.c	10 Sep 2003 05:24:49 -0000	1.15
***************
*** 1335,1339 ****
  
  			default:
! 				ast_cli(fd, "Failed to remove ignore pattern '%s' from '%s' context\n");
  				break;
  		}
--- 1335,1339 ----
  
  			default:
! 				ast_cli(fd, "Failed to remove ignore pattern '%s' from '%s' context\n", argv[2], argv[4]);
  				break;
  		}




More information about the svn-commits mailing list