Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Sep 2007 04:20:21 +0000 (UTC)
From:      Tim Kientzle <kientzle@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c
Message-ID:  <200709180420.l8I4KMFG057365@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kientzle    2007-09-18 04:20:21 UTC

  FreeBSD src repository

  Modified files:
    lib/libarchive       archive_write_disk.c 
    lib/libarchive/test  test_write_disk.c 
  Log:
  Correct the return value from archive_write_data()
  (when used to restore files to disk) to match:
    * The documentation
    * The return values of this function when used
      to write files into an archive.
  
  Approved by: re (bmah)
  Pointy hat: \me
  MFC after: 5 days
  
  Revision  Changes    Path
  1.15      +7 -4      src/lib/libarchive/archive_write_disk.c
  1.4       +26 -1     src/lib/libarchive/test/test_write_disk.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200709180420.l8I4KMFG057365>