mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
af9dd4af02
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().
3 lines
103 B
Plaintext
3 lines
103 B
Plaintext
o Major bugfixes:
|
|
- Fix two typos in tor_vasprintf() that prevented compilation in
|
|
Windows. |