commit 5e09d7be9ac5d5110751f6f10bd5af114b890fa1
parent 0e463bb77f376912fcf50604bad9b85d23cd185e
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Fri, 9 Jan 2026 15:23:22 +0100
Fix an assertion
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/shtr_line_list.c b/src/shtr_line_list.c
@@ -508,7 +508,7 @@ load_stream
const char* name = NULL;
res_T res = RES_OK;
- ASSERT(shtr && stream && name && out_lines);
+ ASSERT(shtr && stream && args && out_lines);
if(args->file) { /* Load from stream */
name = args->filename ? args->filename : "<stream>";