libbb: reduce the overhead of single parameter bb_error_msg() calls
[oweals/busybox.git] / miscutils / hexedit.c
index 5c2f4a555775cbd94a11e35be2f08d6a058ec8e4..898d773766d14e9c1fd964935d3ed6b7c183e0c7 100644 (file)
@@ -193,7 +193,7 @@ static int remap(unsigned cur_pos)
        );
        if (G.baseaddr == MAP_FAILED) {
                restore_term();
-               bb_perror_msg_and_die("mmap");
+               bb_simple_perror_msg_and_die("mmap");
        }
 
        G.current_byte = G.baseaddr + cur_pos;