From: Warren Young Date: December 16 2004 9:21am Subject: Re: 64 bit - a place to watch List-Archive: http://lists.mysql.com/plusplus/3814 Message-Id: <41C15395.8040606@etr-usa.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Chris Frey wrote: > > Things like that will need to be revisited when moving to 64 bit, I suspect. Yes. Also, all sprintf()s should be replaced with snprintf() or _snprintf() wherever possible. Added to the Wishlist.