From 7f5a3370addb048ad828f9b237264fb20e2b44af Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Tue, 27 Apr 2010 22:47:36 +0000 Subject: Fix compile on systems without HAVE_NULLSAFE_PRINTF defined. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@259617 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_agi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res') diff --git a/res/res_agi.c b/res/res_agi.c index d0ba17e8d..466572423 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -3804,7 +3804,7 @@ AST_TEST_DEFINE(test_agi_null_docs) if (noop_command.usage == NULL) { res = AST_TEST_FAIL; } - if (noop_command.description == NULL) { + if (noop_command.syntax == NULL) { res = AST_TEST_FAIL; } #endif -- cgit v1.2.3