fix merge typo

This commit is contained in:
Danya Berezun 2023-10-04 12:28:56 +02:00
parent 9fbd99ab7a
commit b22daf080d

View file

@ -234,7 +234,7 @@ extern int LtagHash (char *s) {
p++;
}
if (strcmp(s, de_hash(h), 5) != 0) { failure("%s <-> %s\n", s, de_hash(h)); }
if (strncmp(s, de_hash(h), 5) != 0) { failure("%s <-> %s\n", s, de_hash(h)); }
return BOX(h);
}