diff options
Diffstat (limited to 'build/diagnostics.cxx')
-rw-r--r-- | build/diagnostics.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/diagnostics.cxx b/build/diagnostics.cxx index f12119c..a254860 100644 --- a/build/diagnostics.cxx +++ b/build/diagnostics.cxx @@ -160,7 +160,12 @@ namespace build print_process (const char* const* args, size_t n) { diag_record r (text); + print_process (r, args, n); + } + void + print_process (diag_record& r, const char* const* args, size_t n) + { size_t m (0); const char* const* p (args); do |