| author | |
| committer | |
| log | eb4d313dbc406b37f6bfdd98988c88c3b8ed542e |
| tree | 1e5e9aaf7296e5ca52592ba6d4758c4201f64389 |
| parent | 3eff77bfb52accbc16eb831753ff4917fc2b4873 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/main.cpp+1-1| ... | ... | @@ -1303,7 +1303,7 @@ static int main0(int argc, char **argv) { |
| 1303 | 1303 | return main_exit(root_progress_node, EXIT_FAILURE); |
| 1304 | 1304 | } |
| 1305 | 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 | 1307 | return main_exit(root_progress_node, EXIT_FAILURE); |
| 1308 | 1308 | } |
| 1309 | 1309 | } |