Commit c4c9f20e authored by Alessandro Rubini's avatar Alessandro Rubini

tools: removed a warning

parent 3e0350b0
......@@ -61,7 +61,7 @@ void event(uint32_t *a, char *name, int *seq, int mode, long double *t1,
printf("+ %i.%06i: ", deltamicro / 1000 / 1000,
deltamicro % (1000*1000));
} else {
printf("%03i.%06i: ", tv.tv_sec % 1000, tv.tv_usec);
printf("%03li.%06li: ", tv.tv_sec % 1000, tv.tv_usec);
}
otv = tv;
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment