summaryrefslogtreecommitdiff
path: root/town_cmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'town_cmd.c')
-rw-r--r--town_cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/town_cmd.c b/town_cmd.c
index 39a68b527..ad7dd4847 100644
--- a/town_cmd.c
+++ b/town_cmd.c
@@ -879,7 +879,7 @@ restart:
if (t2->xy != 0) {
SetDParam(0, t2->townnameparts);
GetString(buf2, t2->townnametype);
- if (str_eq(buf1, buf2))
+ if (strcmp(buf1, buf2) == 0)
goto restart;
}
}