> I believe that the right (ie ISO C standard recommended) way of doing
> this is:
>
> printf("[%d] [duration %" PRId64 "] %s\n",
C99 only, and ugly as hell (well, subjective, but I have trouble reading those).
I can post an updated patch using this instead if preferred ?