changeset 1598:15c07b4cc459

Don't check for isSet.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 05 Sep 2007 04:00:46 +0300
parents 5ba1cdf0d2f7
children 6764c35e16a6
files src/sid/xs_fileinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/sid/xs_fileinfo.c	Wed Sep 05 04:00:24 2007 +0300
+++ b/src/sid/xs_fileinfo.c	Wed Sep 05 04:00:46 2007 +0300
@@ -260,7 +260,7 @@
 				isSet = TRUE;
 			}
 
-			if (tmpNode->pInfo && isSet) {
+			if (tmpNode->pInfo) {
 				xs_pnstrcat(tmpStr, sizeof(tmpStr), " [!]");
 				isSet = TRUE;
 			}