From 6ac18a3d83b733522932e28af1037869afb4fb74 Mon Sep 17 00:00:00 2001
From: Eric Andersen <andersen@codepoet.org>
Date: Fri, 11 Aug 2000 20:11:35 +0000
Subject: Fix to make 'ar xv' work, thanks to Kent Robotti
 <robotti@metconnect.com>  -Erik

---
 ar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'ar.c')

diff --git a/ar.c b/ar.c
index d8c8d465b..b1200b8ae 100644
--- a/ar.c
+++ b/ar.c
@@ -249,7 +249,7 @@ static int readArFile(char *fileList[16], int fileListSize, int funct)
 		else {  
 			extFileFlag=0;
 			
-			if (funct&AR_DISPLAY) 
+			if ((funct&AR_DISPLAY) || (funct&AR_VERBOSE))
 				displayEntry(&arEntry, funct);
 
 			/* check file was specified to be extracted only if 
-- 
cgit v1.2.3-55-g6feb