git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48331
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// NOTE2: the +1 is because we want to copy also the '\0'
size_t tocopy = wxStrlen(format) + 1 - ( toparse - format ) ;
- lenCur += wxCopyStrWithPercents(lenMax - lenCur, buf + lenCur,
+ lenCur += wxCopyStrWithPercents(lenMax - lenCur, buf + lenCur,
tocopy, toparse) - 1;
if (buf[lenCur])
{
return lenCur;
}
-} // anonymous namespace
-
#endif // !defined(wxCRT_VsnprintfW) || !defined(wxCRT_VsnprintfA)
// ----------------------------------------------------------------------------