# HG changeset patch # User Matti Hamalainen # Date 1188948783 0 # Node ID 5f2682738867ffe17ab1e33bf5f1b7b4a5a7a52e # Parent 0fb76035528350f69b3e06ba762b5bb4da812daf Oops. diff -r 0fb760355283 -r 5f2682738867 src/xs_fileinfo.c --- 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; }