changeset 646:5f2682738867

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 23:33:03 +0000
parents 0fb760355283
children 3833592748eb
files src/xs_fileinfo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_fileinfo.c	Tue Sep 04 23:30:01 2007 +0000
+++ b/src/xs_fileinfo.c	Tue Sep 04 23:33:03 2007 +0000
@@ -260,7 +260,7 @@
 				isSet = TRUE;
 			}
 
-			if (tmpNode->pInfo && isSet) {
+			if (tmpNode->pInfo) {
 				xs_pnstrcat(tmpStr, sizeof(tmpStr), " [!]");
 				isSet = TRUE;
 			}