[Date Prev][Date Next] [Thread Prev][Thread Next]
[Date Index] [Thread Index] [New search]

Re: FDK Help with Arrays



On Thu, 18 Oct 2001 20:43:42 GMT, jeremy@omsys.com (Jeremy H. Griffith) 
wrote:

> vColFlags = F_Alloc(nColCount, NO_DSE); // and check for NULL...

which obviously should have been:

  vColFlags = F_Alloc(nColCount * sizeof(IntT), NO_DSE); // and check for NULL...

Need more coffee...

-- Jeremy H. Griffith, at Omni Systems Inc.
  (jeremy@omsys.com)  http://www.omsys.com/

** To unsubscribe, send a message to majordomo@omsys.com **
** with "unsubscribe framers" (no quotes) in the body.   **