| ... | @@ -1303,7 +1303,7 @@ static int main0(int argc, char **argv) { | ... | @@ -1303,7 +1303,7 @@ static int main0(int argc, char **argv) { |
| 1303 | return main_exit(root_progress_node, EXIT_FAILURE); | 1303 | return main_exit(root_progress_node, EXIT_FAILURE); |
| 1304 | } | 1304 | } |
| 1305 | } else { | 1305 | } else { |
| 1306 | if (printf("%s\n", buf_ptr(&g->bin_file_output_path)) < 0) | 1306 | if (g->emit_bin && printf("%s\n", buf_ptr(&g->bin_file_output_path)) < 0) |
| 1307 | return main_exit(root_progress_node, EXIT_FAILURE); | 1307 | return main_exit(root_progress_node, EXIT_FAILURE); |
| 1308 | } | 1308 | } |
| 1309 | } | 1309 | } |