diff --git a/src/objnam.c b/src/objnam.c index ac6471014..a5394fad0 100644 --- a/src/objnam.c +++ b/src/objnam.c @@ -1474,7 +1474,7 @@ const char *oldstr; goto bottom; } if (len >= 5 && (!strcmp(spot-4, "matzo") - || !strcmp(spot-5, "matza"))) { + || !strcmp(spot-4, "matza"))) { Strcpy(spot, "ot"); goto bottom; }