X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fnndiary.el;h=3134438202994958d3a70a329e0f5e80071bf334;hb=e40ebcffe9945761526378a4e2faccde8fc8bc4c;hp=027d88887057243c734e151391bb0ccc06cccdef;hpb=b83561e18ceb438203812786590893bd5fc2a6cc;p=gnus diff --git a/lisp/nndiary.el b/lisp/nndiary.el index 027d88887..313443820 100644 --- a/lisp/nndiary.el +++ b/lisp/nndiary.el @@ -423,7 +423,7 @@ all. This may very well take some time.") (> number nnmail-large-newsgroup) (zerop (% count 20)) (nnheader-message 6 "nndiary: Receiving headers... %d%%" - (/ (* count 100) number)))) + (floor (* count 100.0) number)))) (and (numberp nnmail-large-newsgroup) (> number nnmail-large-newsgroup)