Fix engrave.c; I used the wrong commit command
This commit is contained in:
@@ -271,6 +271,7 @@ boolean strict;
|
|||||||
return strict ? (fuzzymatch(ep->engr_txt, s, "", TRUE))
|
return strict ? (fuzzymatch(ep->engr_txt, s, "", TRUE))
|
||||||
: (strstri(ep->engr_txt, s) != 0);
|
: (strstri(ep->engr_txt, s) != 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user