From: Felix Fietkau Date: Mon, 28 Jan 2008 03:08:46 +0000 (+0100) Subject: fix a typo that was breaking the export X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fuci.git;a=commitdiff_plain;h=f28700454e3f5dc5d32c6d76d7104b51eca50a7b;ds=sidebyside fix a typo that was breaking the export --- 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