K 10 svn:author V 3 ian K 8 svn:date V 27 2013-01-26T20:16:58.135192Z K 7 svn:log V 369 Fix a buffer overrun while pre-formatting the names array, perpetrated in the prior commit. Use essentially the same sprintf() statement for both formatting and pre-formatting, and use a format string which eliminates the need for an extra temporary buffer when formatting the name. Noted by: Christoph Mallon Pointy hat to: ian Approved by: cognet (mentor) END