]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Remember to do this someday...
authorTim Kientzle <kientzle@gmail.com>
Sun, 18 Jan 2009 05:39:38 +0000 (00:39 -0500)
committerTim Kientzle <kientzle@gmail.com>
Sun, 18 Jan 2009 05:39:38 +0000 (00:39 -0500)
SVN-Revision: 429

cpio/cpio.c

index 50bc997db6dd9a44a3a0578958db0e717d301536..6ce2c37d93aeab62466e9aaf6ff0063b3b47d42a 100644 (file)
@@ -469,6 +469,8 @@ file_to_archive(struct cpio *cpio, const char *srcpath)
 
        /*
         * Create an archive_entry describing the source file.
+        *
+        * XXX TODO: rework to use archive_read_disk_entry_from_file()
         */
        entry = archive_entry_new();
        if (entry == NULL)