From 295669a21469bb1f8af6e9ec7dbd344300622116 Mon Sep 17 00:00:00 2001 From: obarun <eric@obarun.org> Date: Sat, 15 Jul 2023 13:30:31 +1100 Subject: [PATCH] the close is already made --- src/lib66/exec/ssexec_boot.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib66/exec/ssexec_boot.c b/src/lib66/exec/ssexec_boot.c index 27a434a9..fa53d3cb 100644 --- a/src/lib66/exec/ssexec_boot.c +++ b/src/lib66/exec/ssexec_boot.c @@ -99,7 +99,6 @@ static int get_value(stralloc *val,char const *key) return 0 ; } if (!sastr_rebuild_in_oneline(val)) sulogin("rebuild line of value: ",val->s) ; - if (!stralloc_0(val)) sulogin("append stralloc of value: ",val->s) ; return 1 ; } -- GitLab