K 10 svn:author V 8 cperciva K 8 svn:date V 27 2005-09-19T20:56:10.000000Z K 7 svn:log V 200 MFC revision 1.5: When (re)allocating space for an array of pointers to char, use sizeof(*list), not sizeof(**list). (i.e., sizeof(pointer) rather than sizeof(char)). Approved by: re (scottl) END