From: Matthew Jordan Date: Sat, 30 Mar 2013 05:15:42 +0000 (+0000) Subject: Properly format an intmax_t value X-Git-Tag: 13.0.0-beta1~1963 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad191ebfcd1a3cf05c10d68cc1aba06ee833253d;p=thirdparty%2Fasterisk.git Properly format an intmax_t value git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384390 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index eb4fd06495..f5314af544 100644 --- a/main/manager.c +++ b/main/manager.c @@ -7378,7 +7378,7 @@ static void test_suite_event_cb(void *data, struct stasis_subscription *sub, "State: %s\r\n" "AppFile: %s\r\n" "AppFunction: %s\r\n" - "AppLine: %ld\r\n" + "AppLine: %jd\r\n" "%s\r\n", ast_json_string_get(ast_json_object_get(blob, "state")), ast_json_string_get(ast_json_object_get(blob, "appfile")),