summaryrefslogtreecommitdiff
path: root/res/res_realtime.c
diff options
context:
space:
mode:
authorLuigi Rizzo <rizzo@icir.org>2006-11-18 20:17:06 +0000
committerLuigi Rizzo <rizzo@icir.org>2006-11-18 20:17:06 +0000
commit49d03906b6da64236fe44bda1d49e56096b5ea1a (patch)
tree4e3ef80f4f3b392224eaaf49d2c8b64630bad63a /res/res_realtime.c
parentf148916c23681d8f8bf9568ae877e985107ab83d (diff)
ESS-ification.
no need to bring this in 1.4, it is just code cleanup git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@47829 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_realtime.c')
-rw-r--r--res/res_realtime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_realtime.c b/res/res_realtime.c
index 8f382fefd..ee1073576 100644
--- a/res/res_realtime.c
+++ b/res/res_realtime.c
@@ -88,7 +88,7 @@ static int cli_realtime_update(int fd, int argc, char **argv) {
return RESULT_SUCCESS;
}
- ast_cli(fd, "Updated %d RealTime record%s.\n", res, (res != 1) ? "s" : "");
+ ast_cli(fd, "Updated %d RealTime record%s.\n", res, ESS(res));
return RESULT_SUCCESS;
}