From: Nathan K. <nk...@us...> - 2004-03-10 02:36:24
|
CVSROOT: /cvsroot/pilot-db Module name: pilot-db Changes by: nkurz 04/03/09 18:18:48 Modified files: src : util.c util.h leakdetect.h Log message: New ResizeMemPtr function was wrong because internal MemPtrResize does not work like realloc() as I had presumed. Instead, the native function just fails if the pointer needs to be moved. Change here defines a utility function in util.c to work as desired. Untested, but compiles cleanly. |