Hrrmmm shouldn't those lines be...

Rick Irving rirving at onecall.net
Thu Sep 7 20:16:57 UTC 2000


Hrrmm.... Maybe it is just me, but, in file dbz.c,
shouldn't line 1118 read...

<  memcpy(&evalue.hash, &srch.hash,
>  memcpy(evalue.hash, &srch.hash,

and 1511 read

<    if (!memcmp(&value.hash, &sp->hash, DBZ_INTERNAL_HASH_SIZE)) {
>    if (!memcmp(value.hash, &sp->hash, DBZ_INTERNAL_HASH_SIZE)) {

  The element -is- an array.

  Can someone correct me on this ?


   Thanks!



More information about the inn-workers mailing list