Properly format an intmax_t value

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@384390 65c4cc65-6c06-0410-ace0-fbb531ad65f3
changes/78/78/1
Matthew Jordan 12 years ago
parent e8015cc460
commit ad191ebfcd

@ -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")),

Loading…
Cancel
Save