K 10 svn:author V 8 kientzle K 8 svn:date V 27 2008-08-10T02:19:17.775761Z K 7 svn:log V 419 MFC r179235 | cperciva | 2008-05-22 22:01:29 -0700 (Thu, 22 May 2008) > Check that lseek(2) succeeds and puts us where we expect. [1] > > While we're here, fix a long-standing bug in the handling of write(2) > errors: The API changed from "return # of bytes written" to "return > status code" almost 4 years ago, so instead of returning (-1) we need > to return ARCHIVE_FATAL. > > Found by: Coverity Prevent [1] END