From 33a569a279a1c0acbf06fe6622866bd79f111685 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 20 Feb 2024 17:29:18 +0000 Subject: utility api's: _output_ namespace: simplified the execution context interfaces. --- src/util/slbt_copy_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/util') diff --git a/src/util/slbt_copy_file.c b/src/util/slbt_copy_file.c index 30d3f03..e6868de 100644 --- a/src/util/slbt_copy_file.c +++ b/src/util/slbt_copy_file.c @@ -44,13 +44,13 @@ int slbt_util_copy_file( /* step output */ if (!(dctx->cctx->drvflags & SLBT_DRIVER_SILENT)) { if (dctx->cctx->mode == SLBT_MODE_LINK) { - if (slbt_output_link(dctx,ectx)) { + if (slbt_output_link(ectx)) { ectx->argv = oargv; ectx->program = oprogram; return SLBT_NESTED_ERROR(dctx); } } else { - if (slbt_output_install(dctx,ectx)) { + if (slbt_output_install(ectx)) { ectx->argv = oargv; ectx->program = oprogram; return SLBT_NESTED_ERROR(dctx); -- cgit v1.2.3