Hi! > > 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. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ 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
