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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user