less: document -S flag and make it independently configurable
[oweals/busybox.git] / archival / libarchive / data_extract_to_command.c
index a2ce33b51f434a52c7a8c2738daf80f013ebead7..5b32c2ec88c90e458502778b9bfcb229b12cd6c3 100644 (file)
@@ -103,7 +103,7 @@ void FAST_FUNC data_extract_to_command(archive_handle_t *archive_handle)
                                archive_handle->tar__to_command_shell,
                                "-c",
                                archive_handle->tar__to_command,
-                               NULL);
+                               (char *)0);
                        bb_perror_msg_and_die("can't execute '%s'", archive_handle->tar__to_command_shell);
                }
                close(p[0]);