Fixed spec

This commit is contained in:
Dmitry Boulytchev 2023-03-12 05:28:12 +03:00
parent f47d872df1
commit 03adc4df07
5 changed files with 5 additions and 5 deletions

View file

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