Gitweb:        
http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=63e7bb455f118500cc09685fcf6e269a0d6d8ec6
Commit:        63e7bb455f118500cc09685fcf6e269a0d6d8ec6
Parent:        7a880ff6e588206b64b72d6e46d9a62a3776313e
Author:        David Lutterkort <[email protected]>
AuthorDate:    Wed Sep 2 15:17:01 2009 -0700
Committer:     David Lutterkort <[email protected]>
CommitterDate: Wed Sep 2 15:17:01 2009 -0700

* src/lens.c(enc_format): remove extraneous quote

---
 src/lens.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/lens.c b/src/lens.c
index b6c8769..7813ce6 100644
--- a/src/lens.c
+++ b/src/lens.c
@@ -699,7 +699,7 @@ char *enc_format(const char *e, size_t len) {
         assert(eq != NULL && slash != NULL);
         v = eq + 1;
 
-        r = stpcpy(r, " { \"");
+        r = stpcpy(r, " { ");
         if (k != eq) {
             r = stpcpy(r, "\"");
             r = stpncpy(r, k, eq - k);

_______________________________________________
augeas-devel mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/augeas-devel

Reply via email to