On Friday 13 July 2007, Randy Dunlap wrote: > Fix printf format warning: > mmap1.c:567: warning: format '%d' expects type 'int', but argument 3 has > type 'double'
ive changed it to be an unsigned long -- i cant imagine a realistic time value someone would use that cannot fit in a 32bit value and needs a large 64bit double to handle it. i also cleaned up a lot of other misfit pieces of code (casting atoi() return to (int)NULL !?). -mike
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/
_______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
