From 3ad1ea130b58d68f04d6d23eb48f1092a07c7db0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Nov 2001 21:17:09 +0000 Subject: (jka-compr-partial-uncompress): Fix previous change. --- lisp/jka-compr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/jka-compr.el') diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index c4a352bc983..5c42a0af8be 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el @@ -310,7 +310,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)) ""))) jka-compr-acceptable-retval-list) (jka-compr-error prog args infile message err-file)) (jka-compr-delete-temp-file err-file))) -- cgit v1.2.1