mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-24 14:51:11 +01:00
This fixes bug 13102 (not on any released Tor) where using the standard SSIZE_MAX name broke mingw64, and we didn't realize. I did this with perl -i -pe 's/SIZE_T_MAX/SIZE_MAX/' src/*/*.[ch] src/*/*/*.[ch]
2 lines
97 B
Text
2 lines
97 B
Text
o Code refactoring:
|
|
- Use the standard macro name SIZE_MAX, instead of our own SIZE_T_MAX.
|