]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
Strings: fix an incorrect name of a function
authorColin Percival <cperciva@tarsnap.com>
Tue, 2 Jun 2015 04:57:04 +0000 (21:57 -0700)
committerColin Percival <cperciva@tarsnap.com>
Tue, 2 Jun 2015 05:10:37 +0000 (22:10 -0700)
libarchive/archive_read.c

index 2cd9726a6e844bb0e179ef867c87117e7b190465..475309f1c77668cd1f0da84347dd87c39b025c4d 100644 (file)
@@ -962,7 +962,7 @@ _archive_read_data_block(struct archive *_a,
        if (a->format->read_data == NULL) {
                archive_set_error(&a->archive, ARCHIVE_ERRNO_PROGRAMMER,
                    "Internal error: "
-                   "No format_read_data_block function registered");
+                   "No format->read_data function registered");
                return (ARCHIVE_FATAL);
        }