]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-partial-uncompress): Don't use `concat' for numbers.
authorKenichi Handa <handa@m17n.org>
Wed, 20 Dec 2000 11:07:03 +0000 (11:07 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 20 Dec 2000 11:07:03 +0000 (11:07 +0000)
lisp/jka-compr.el

index 682c46fc097ab5ad8946229910b5302d7a79cdf6..ae63d71c92e332f50f332a6ea8b4e686074955e2 100644 (file)
@@ -291,7 +291,7 @@ to keep: LEN chars starting BEG chars from the beginning."
                             ;; dd seems to be unreliable about
                             ;; providing the last block.  So, always
                             ;; read one more than you think you need.
-                            (if count (concat "count=" (1+ count)) ""))))
+                            (if count (format "count=%d" (1+ count)) ""))))
 
     (unwind-protect
        (or (memq (call-process jka-compr-shell