mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fix merge typo
This commit is contained in:
parent
9fbd99ab7a
commit
b22daf080d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue