Fixed.
authorueno <ueno>
Fri, 5 Jan 2007 23:30:28 +0000 (23:30 +0000)
committerueno <ueno>
Fri, 5 Jan 2007 23:30:28 +0000 (23:30 +0000)
epg.el

diff --git a/epg.el b/epg.el
index 366e4b6..02f1601 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1672,8 +1672,8 @@ This function is for internal use only."
    (string-to-number (aref line 2))
    (aref line 4)
    (epg--time-from-seconds (aref line 5))
-   (unless (equal (aref line 6) "0")
-     (epg--time-from-seconds (aref line 6)))))
+   (if (aref line 6)
+       (epg--time-from-seconds (aref line 6)))))
 
 ;;;###autoload
 (defun epg-list-keys (context &optional name mode)