Files
tor/changes/fix_vscprintf_compile
T
Nick Mathewson af9dd4af02 Fix two compile-blockers in tor_vasprintf().
1) mingw doesn't have _vscprintf(); mingw instead has a working snprintf.

2) windows compilers that _do_ have a working _vscprintf spell it so; they do
   not spell it _vcsprintf().
2010-04-19 16:37:26 -04:00

3 lines
103 B
Plaintext

o Major bugfixes:
- Fix two typos in tor_vasprintf() that prevented compilation in
Windows.