In article <[email protected]>, Jeff Rizzo <[email protected]> wrote: >-=-=-=-=-=- > >Module Name: src >Committed By: riz >Date: Thu Dec 29 04:25:49 UTC 2011 > >Modified Files: > src/lib/libperfuse: debug.c > >Log Message: >Redo previous; remove all the casts I added, and use PRI* macros instead. >(by popular demand - makes sense, too)
- time_t is signed so PRIs64. - Also when wanting to write portable code the cast to intmax_t is preferred, because time_t is not always 64 bit long... christos
