mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Fixed spec
This commit is contained in:
parent
f47d872df1
commit
03adc4df07
5 changed files with 5 additions and 5 deletions
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue