try to silence clang warning

This commit is contained in:
nhmall
2018-11-25 13:39:48 -05:00
parent ccd6f1cf22
commit 5c27a36936

View File

@@ -1357,7 +1357,7 @@ boolean without_asking;
* meant to support in-game mythology, and not
* available from data.base or other sources.
*/
if (name && pm && is_orc(pm) && (strlen(name) < (BUFSZ - 1))
if ((name && pm && is_orc(pm) && (strlen(name) < (BUFSZ - 1)))
&& ((bp = strstri(name, " of ")) != 0) ||
(bp2 = strstri(name, " the Fence")) != 0) {
char fullname[BUFSZ];