Hi, On Tue, 18 Aug 2009, Frank Li wrote: > There are not NUL at vsnprintf verstion of MSVC when rearch max len. > Define vsnprintf to _vsnprintf. vsnprintf have deprecated. How about this instead? Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++ The Microsoft C runtime's vsnprintf function does not add NUL at the end of the buffer. Further, Microsoft deprecated vsnprintf in favor of _vsnprintf, so add a #define to that end. The patch is good, although I suspect that the definition of vsnprintf is better handled in the precompiler options in .vcproj. Ciao, Dscho -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html