Re: Possible error in key_hash [APPLIED]

2002-01-08 Thread Dan Sugalski
At 05:47 PM 1/8/2002 +0200, Peter Gibbs wrote: >Jeff > >If I understand the STRING struct correctly, buflen is the physical >allocation of the buffer, and bufused is the number of bytes actually used >by the string; therefore the latter would be correct for key_hash? Applied, thanks.

Possible error in key_hash

2002-01-08 Thread Peter Gibbs
Jeff If I understand the STRING struct correctly, buflen is the physical allocation of the buffer, and bufused is the number of bytes actually used by the string; therefore the latter would be correct for key_hash? Peter Gibbs EmKel Systems Index: key.c =