K 10 svn:author V 8 cperciva K 8 svn:date V 27 2007-02-05T16:30:40.000000Z K 7 svn:log V 411 If (a == NULL), don't dereference (a) to record an error message. [1] Fallout from changing the skip API to use off_t instead of size_t: Print the skip length using %jd and cast to (intmax_t) instead of %d / (int), and if ARCHIVE_API_VERSION >= 2, allow the client skipper to be called for requests longer than SSIZE_MAX. [2] Approved by: kientzle Pointy hats to: kientzle [1], cperciva [2] MFC after: 3 days END