diff --git a/source/libs/command/inc/commandInt.h b/source/libs/command/inc/commandInt.h index 64febedbef..a0b714b423 100644 --- a/source/libs/command/inc/commandInt.h +++ b/source/libs/command/inc/commandInt.h @@ -71,7 +71,7 @@ extern "C" { #define EXPLAIN_DYN_QRY_CTRL_FORMAT "Dynamic Query Control for %s" #define EXPLAIN_COUNT_FORMAT "Count" #define EXPLAIN_COUNT_INFO_FORMAT "Window Count Info" -#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%d" +#define EXPLAIN_COUNT_NUM_FORMAT "Window Count=%ld" #define EXPLAIN_COUNT_SLIDING_FORMAT "Window Sliding=%ld" #define EXPLAIN_PLANNING_TIME_FORMAT "Planning Time: %.3f ms"