>     Todo sample's ToDoDB.c Line914  MemPtrResize (recordH, newSize) is
>wrong,it will be MemHandleResize(recordH,newSize);

Good catch!  Yes, that'd be a bug, but luckily that code path is never
used.  The only time it calls ToDoChangeRecord to change the
toDoDescription is when a new record is being created, which won't need to
resize the record.  When editing ToDo items it just does an edit in place
of the text, so never calls this function, so doesn't cause any bug.

But all the same we should fix it, in case the logic changes.  Thanks.

-David Fedor
Palm Developer Support



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to