From f28700454e3f5dc5d32c6d76d7104b51eca50a7b Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Mon, 28 Jan 2008 04:08:46 +0100 Subject: [PATCH] fix a typo that was breaking the export --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file.c b/file.c index e8f0684..8ab40d9 100644 --- a/file.c +++ b/file.c @@ -411,7 +411,7 @@ static void uci_parse_line(struct uci_context *ctx) } /* max number of characters that escaping adds to the string */ -#define UCI_QUOTE_ESCAPE "'\\'" +#define UCI_QUOTE_ESCAPE "'\\''" /* * escape an uci string for export -- 2.11.0