]> git.ipfire.org Git - thirdparty/tor.git/commit
Fix compile error in procmon.c
authorGisle <gvanem@broadpark.no>
Wed, 1 Jun 2011 15:11:12 +0000 (11:11 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 1 Jun 2011 15:11:12 +0000 (11:11 -0400)
commit1d8bcba067ef8d96ebe022f06459d55c308343ec
tree6a6181159214738b8ec76546067ec4363ad31951
parent0fd3ad75daf925e8192aa1d44b229b3b7c29829d
Fix compile error in procmon.c

An elusive compile-error (MingW-gcc v4.50 on Win_XP); a missing
comma (!) and a typo ('err_msg' at line 277 changed to 'errmsg').
Aso changed the format for 'err_code' at line 293 into a "%ld" to suppress
a warning. How did this go unnoticed for ~1 month? Btw. This is my 1st ever
'git commit', so it better work.
src/common/procmon.c