*** empty log message ***
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 02:13:33 +0000 (02:13 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 4 Mar 1997 02:13:33 +0000 (02:13 +0000)
lisp/gnus.el
lisp/nnmail.el

index 0fc38a8..61bc8fd 100644 (file)
@@ -1212,7 +1212,7 @@ variable (string, integer, character, etc).")
 (defconst gnus-maintainer "gnus-bug@ifi.uio.no (The Gnus Bugfixing Girls & Boys)"
   "The mail address of the Gnus maintainer.")
 
-(defconst gnus-version "(ding) Gnus v0.73"
+(defconst gnus-version "(ding) Gnus v0.74"
   "Version number for this version of Gnus.")
 
 (defvar gnus-info-nodes
index 6d6023c..a2696e4 100644 (file)
@@ -458,7 +458,7 @@ FUNC will be called with the buffer narrowed to each mail."
            (if (not (save-excursion
                       (and (re-search-backward 
                             "^Content-Length: \\([0-9]+\\)" nil t)
-                           (setq content-length (int-to-string
+                           (setq content-length (string-to-int
                                                  (buffer-substring 
                                                   (match-beginning 1)
                                                   (match-end 1))))