aboutsummaryrefslogtreecommitdiffstats
path: root/res/res_realtime.c
diff options
context:
space:
mode:
authorrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-18 20:17:06 +0000
committerrizzo <rizzo@f38db490-d61c-443f-a65b-d21fe96a405b>2006-11-18 20:17:06 +0000
commit6ac9a1df796e529021582537bd487a852d1beec1 (patch)
tree4e3ef80f4f3b392224eaaf49d2c8b64630bad63a /res/res_realtime.c
parent34f862cfb9e23cd2d2e538682d93ced11441f774 (diff)
ESS-ification.
no need to bring this in 1.4, it is just code cleanup git-svn-id: http://svn.digium.com/svn/asterisk/trunk@47829 f38db490-d61c-443f-a65b-d21fe96a405b
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;
}