From 1d1d95051a288b6bf64498aac9fb20047f384b7d Mon Sep 17 00:00:00 2001
From: Erik Andersen <andersen@codepoet.org>
Date: Fri, 21 Apr 2000 01:26:49 +0000
Subject: More Doc updates.  cmdedit and more termio fixes.

---
 archival/tar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'archival')

diff --git a/archival/tar.c b/archival/tar.c
index 2284fd06d..0177d5188 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -608,7 +608,7 @@ static int readTarFile(const char* tarName, int extractFlag, int listFlag,
 				len1=snprintf(buf, sizeof(buf), "%ld,%-ld ", 
 						header.devmajor, header.devminor);
 			} else {
-				len1=snprintf(buf, sizeof(buf), "%d ", header.size);
+				len1=snprintf(buf, sizeof(buf), "%lu ", (long)header.size);
 			}
 			/* Jump through some hoops to make the columns match up */
 			for(;(len+len1)<31;len++)
-- 
cgit v1.2.3