From: Vasiljevic Z. <zv...@ar...> - 2007-12-06 16:29:41
|
On Dec 6, 2007, at 5:22 PM, Vlad Seryakov wrote: > It is also not supported on Windows as well, i had to hack and replace > %j with %lld on the fly. > I guess this is modern-Linux only vsnprintf additions. > > Is it worth switching back to internal DStringPrintf? It was working > fine? So far: Solaris 2.8 - bad Solaris 2.10 - OK Linux - OK Mac OSX 10.3+ - OK It seems that this is a later addition to Unix which I was not aware of. If Windows does not have that either we must somehow automate that over the config scripts... I believe replacing with DStringPrintf will not bring anything as this is just the format specifier, so it does not matter if you use snprintf or vsnprintf or whatever. |