cvs commit: src/lib/libarchive archive_write_disk.c src/lib/libarchive/test test_write_disk.c

Tim Kientzle kientzle at FreeBSD.org
Mon Sep 17 21:20:22 PDT 2007


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


More information about the cvs-all mailing list