diff options
author | Sebastian Hahn <sebastian@torproject.org> | 2009-10-19 01:30:46 +0200 |
---|---|---|
committer | Sebastian Hahn <sebastian@torproject.org> | 2009-10-19 01:30:46 +0200 |
commit | 740806c453c46e9c985029a644af3a6f899be205 (patch) | |
tree | c4bb13c3415afab989aa26eac590f13824633c58 /src/or/dirvote.c | |
parent | bb22d8fc45f143666f0ee676e0aeae200104a421 (diff) | |
download | tor-740806c453c46e9c985029a644af3a6f899be205.tar tor-740806c453c46e9c985029a644af3a6f899be205.tar.gz |
Fix compile with warnings problems on Snow Leopard
Diffstat (limited to 'src/or/dirvote.c')
-rw-r--r-- | src/or/dirvote.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirvote.c b/src/or/dirvote.c index eb3c7d2cf..ca81b2be9 100644 --- a/src/or/dirvote.c +++ b/src/or/dirvote.c @@ -2790,7 +2790,7 @@ static char *microdesc_consensus_methods = NULL; * in a consensus vote document. Write it into the <b>out_len</b>-byte buffer * in <b>out</b>. Return -1 on failure and the number of characters written * on success. */ -int +ssize_t dirvote_format_microdesc_vote_line(char *out, size_t out_len, const microdesc_t *md) { |