From 8dd156ca79c966e80ea7b3413312e11fbc592a98 Mon Sep 17 00:00:00 2001 From: David Botton Date: Thu, 7 Jul 2022 13:40:08 -0400 Subject: [PATCH] revert change on quotes --- source/clog-utilities.lisp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/clog-utilities.lisp b/source/clog-utilities.lisp index edc00ba..9a311f8 100644 --- a/source/clog-utilities.lisp +++ b/source/clog-utilities.lisp @@ -145,7 +145,6 @@ if str is NIL returns empty string otherwise returns nil." nil (let ((res)) (setf res (format nil "~@[~A~]" str)) - (setf res (ppcre:regex-replace-all "\\\\" res "\\\\\\\\")) ; \ (setf res (ppcre:regex-replace-all "\\x22" res "\\x22")) ; " (setf res (ppcre:regex-replace-all "\\x27" res "\\x27")) ; ' (setf res (ppcre:regex-replace-all "\\x0A" res "\\x0A")) ; \n