Corretta elucubrazione mentale della hashfun().

git-svn-id: svn://10.65.10.50/trunk@3884 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
angelo 1996-11-12 09:09:43 +00:00
parent 17a53cb57a
commit 3cd85407dd

View File

@ -85,7 +85,7 @@ int hashfun(const char *s)
int findfld(const RecDes *recd, const char *s)
{
byte stp = hashfun(s);
short stp = hashfun(s);
for (byte i = 0 ; i < MaxFields; i++)
{