On Monday 31 August 2009 06:06:51 Cyril Hrubis wrote: > > include inttypes.h and use PRId64 > > That's still gives warning for me: > > warning: format '%lld' expects type 'long long int', but argument 6 has > type 'off_t' > > > i converted some tests to do this already (fallocate maybe?) > > Hmm, looks like there is loff_t used instead of off_t.
loff_t is probably PRId64 while off_t is probably PRIu64 -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
