2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 13:22:11 +00:00

Fix coercion warning.

This commit is contained in:
René Ferdinand Rivera Morell
2020-12-14 09:55:44 -06:00
parent b2043d7c7a
commit 4e26e133fa

View File

@@ -3994,7 +3994,7 @@ LIST * function_execute_write_file(
char const * out = object_str( list_front( filename.inner ) );
OBJECT * tmp_filename = nullptr;
FILE * out_file = nullptr;
bool out_debug = DEBUG_EXEC;
bool out_debug = DEBUG_EXEC != 0;
/* For stdout/stderr we will create a temp file and generate a
* command that outputs the content as needed.