On 1/21/2015 3:36 PM, Rodger Combs wrote: > - const char *number_format = DASH_TMPL_ID_TIME ? "lld" : "d"; > + const char *number_format = (id_type == DASH_TMPL_ID_TIME) ? "lld" : "d"; Why not inttypes.h format? - Derek