]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Const-correction.
authorTim Kientzle <kientzle@gmail.com>
Fri, 6 Feb 2009 16:13:48 +0000 (11:13 -0500)
committerTim Kientzle <kientzle@gmail.com>
Fri, 6 Feb 2009 16:13:48 +0000 (11:13 -0500)
SVN-Revision: 567

libarchive/archive_read_support_format_iso9660.c

index fe1aaa7fdda5a5c12fd1c05287b426cec8446c8d..c58b98053951e584bc66e8620eeb20cbb6037ba9 100644 (file)
@@ -730,7 +730,7 @@ parse_file_info(struct iso9660 *iso9660, struct file_info *parent,
                 * but genisoimage (and others?) will allow you to have more.
                 */
                wchar_t wbuff[64+1], *wp;
-               char *c;
+               const char *c;
 
                /* TODO: warn when name_len > 128 ? */