comparison src/xs_fileinfo.c @ 646:5f2682738867

Oops.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 04 Sep 2007 23:33:03 +0000
parents 0fb760355283
children 7de614ecb7b6
comparison
equal deleted inserted replaced
645:0fb760355283 646:5f2682738867
258 xs_pnstrcat(tmpStr, sizeof(tmpStr), 258 xs_pnstrcat(tmpStr, sizeof(tmpStr),
259 isSet ? " [*]" : tmpNode->pTitle); 259 isSet ? " [*]" : tmpNode->pTitle);
260 isSet = TRUE; 260 isSet = TRUE;
261 } 261 }
262 262
263 if (tmpNode->pInfo && isSet) { 263 if (tmpNode->pInfo) {
264 xs_pnstrcat(tmpStr, sizeof(tmpStr), " [!]"); 264 xs_pnstrcat(tmpStr, sizeof(tmpStr), " [!]");
265 isSet = TRUE; 265 isSet = TRUE;
266 } 266 }
267 267
268 if (!isSet) 268 if (!isSet)