mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Fix warning when implicitly casting strlen(microdesc) to int
Harmless unless we somehow generate a microdesc of more than INT_MAX bytes.
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Minor build fixes:
|
||||
- Fix a harmless (in this case) build warning for implicitly
|
||||
converting a strlen() to an int. Bugfix on 0.2.4.1-alpha.
|
||||
|
||||
Reference in New Issue
Block a user