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:
Nick Mathewson
2012-09-05 20:49:25 -04:00
parent a504a81d22
commit 5d679caa32
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -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.