From bf790af61c67c0ab7ffa2b7b902aaf5cce4ca6bb Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Mon, 15 Jul 2024 18:31:56 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20quote?= =?UTF-8?q?=20handle=20in=20$?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/exec/format_quotes.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/exec/format_quotes.c b/src/exec/format_quotes.c index 35fa51f..39c20e2 100644 --- a/src/exec/format_quotes.c +++ b/src/exec/format_quotes.c @@ -6,7 +6,7 @@ /* By: mmoussou