DragonFly BSD
DragonFly bugs List (threaded) for 2009-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: [issue1632] Seek to end of file returns 136 on CD/DVD drives


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxx>
Date: Sat, 19 Dec 2009 10:43:47 -0800 (PST)

    Note that %lld is 128 bits on 64-bit machines.  The best thing to do is
    to cast to size_t or ssize_t:

    "... %ju ...", ...  (size_t)blah
    "... %jd ...", ...  (ssize_t)blah

					-Matt
					Matthew Dillon 
					<dillon@backplane.com>



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]