Bernhard Fischer says: use xmalloc() instead of malloc()
[oweals/busybox.git] / archival / libunarchive / seek_by_jump.c
index 2823976169facb98c13e6073a8a1a9cacd8cb0cd..578870d9b3c7d70d87fe0a13cc00f04f0d5de26b 100644 (file)
@@ -30,6 +30,6 @@ extern void seek_by_jump(const archive_handle_t *archive_handle, const unsigned
                        seek_by_char(archive_handle, amount);
                } else
 #endif
-                       perror_msg_and_die("Seek failure");
+                       bb_perror_msg_and_die("Seek failure");
        }
 }