Fixed.
authorueno <ueno>
Mon, 24 Apr 2006 06:55:23 +0000 (06:55 +0000)
committerueno <ueno>
Mon, 24 Apr 2006 06:55:23 +0000 (06:55 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 2de8b75..dc61938 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1497,7 +1497,7 @@ If you are unsure, use synchronous version of this function
            (setq string (replace-match "\\x\\3" t nil string)
                  index (+ index 4))
          (setq string (replace-match "\\\\\\\\\\4" t nil string)
-               index (+ index 4)))))
+               index (+ index 3)))))
     (car (read-from-string (concat "\"" string "\"")))))
 
 (defun epg-dn-from-string (string)