From 07c4d581132f36c1a4d0d2d4d1537b221e2c7d97 Mon Sep 17 00:00:00 2001 From: y-syo Date: Sun, 21 Jul 2024 18:40:43 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(format=5Fq?= =?UTF-8?q?uotes):=20fixed=20quotes=20in=20expanded=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/exec/format_quotes.c | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/src/exec/format_quotes.c b/src/exec/format_quotes.c index 12042dc..774de32 100644 --- a/src/exec/format_quotes.c +++ b/src/exec/format_quotes.c @@ -6,19 +6,28 @@ /* By: mmoussou