
14 Sep
2005
14 Sep
'05
10:06 a.m.
Hi, There was a minor bugglet, not necessarily causing issues but certainly wrong. Its allocating an array with malloc(sizeof(Item) * Number), but Item accidentally refers to some totally unrelated structure because of a typo. Thanks Neil