From: Automerge script Date: Tue, 18 Mar 2008 16:39:29 +0000 (+0000) Subject: automerge commit X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8669840f36eff9bf702fc3d0410f3f189c0712c0;p=thirdparty%2Fasterisk.git automerge commit git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@109535 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/include/asterisk/astobj.h b/include/asterisk/astobj.h index 8e373c6c5c..f103364948 100644 --- a/include/asterisk/astobj.h +++ b/include/asterisk/astobj.h @@ -743,7 +743,7 @@ extern "C" { * descriptor. */ #define ASTOBJ_CONTAINER_DUMP(fd,s,slen,container) \ - ASTOBJ_CONTAINER_TRAVERSE(container, 1, do { ASTOBJ_DUMP(s,slen,iterator); ast_cli(fd, s); } while(0)) + ASTOBJ_CONTAINER_TRAVERSE(container, 1, do { ASTOBJ_DUMP(s,slen,iterator); ast_cli(fd, "%s", s); } while(0)) #if defined(__cplusplus) || defined(c_plusplus) }