On Fri, Dec 28, 2012 at 1:42 PM, Nick Wellnhofer <[email protected]> wrote: > Unfortunately, _scprintf is not available under MSVC6. So I had to implement > another fallback that uses _snprintf and repeated allocation. I just merged > a modified version of the branch into master.
The fallback looks good enough to me. Finding a way to make your CFCUtil_sprintf() function available across all supported platforms is a major win because of all the code simplifications it enables. Great work spotting that opportunity and then driving it through to completion! Marvin Humphrey
