commit 9eca25041ca9e4ce0c4e8e12b371e6982b91d5fc
parent 3b553e4226a2406050a0a1f2afdfbd4eb5716694
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 26 Oct 2022 10:02:44 +0200
htrdr-combustion: verify a missed returned result
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/combustion/htrdr_combustion.c b/src/combustion/htrdr_combustion.c
@@ -83,7 +83,7 @@ setup_output
}
/* Setup the output name */
- str_set(&cmd->output_name, output_name);
+ res = str_set(&cmd->output_name, output_name);
if(res != RES_OK) {
htrdr_log_err(cmd->htrdr,
"Could not store the name of the output stream `%s' -- %s.\n",