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

Matthew Dillon dillon at apollo.backplane.com
Sat Dec 19 10:44:05 PST 2009


    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 at backplane.com>





More information about the Bugs mailing list