"J. op den Brouw" wrote:
>
> Hi,
>
> still the same problems as with the 011600 snapshot:
[cut]
> tableLength is 0 again. Now the questions:
> when starting up, the table length is always 0, isn't it?
No, ith shouldn't.
On create
Dictionary::Dictionary()
{
init(101, 10.0f);
}
Dictionary::init(int initialCapacity, float loadFactor)
{
...
tableLength = initialCapacity;
May be you'll be able to check if it's ok on start doing something like
this:
gdb htdig
break main
run
print config.dcGlobalVars.tableLength
cont
Badim Chekan.
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.