From 7baf86bc8be6d4fff9c5825fc799c09dde024b4c Mon Sep 17 00:00:00 2001 From: James Golovich <james@gnuinter.net> Date: Wed, 26 May 2004 19:24:47 +0000 Subject: [PATCH] Fix comment in pbx.c git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3080 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- pbx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pbx.c b/pbx.c index 11f2dea453..02acc3ded4 100755 --- a/pbx.c +++ b/pbx.c @@ -2589,7 +2589,7 @@ static int handle_show_dialplan(int fd, int argc, char *argv[]) exten = strsep(&splitter, "@"); context = splitter; - /* check for length and change to NULL if !strlen() */ + /* check for length and change to NULL if ast_strlen_zero() */ if (ast_strlen_zero(exten)) exten = NULL; if (ast_strlen_zero(context)) context = NULL; } else -- GitLab