]> granicus.if.org Git - libevent/commit
Always use evutil_snprintf, even if OS provides it
authorSebastian Hahn <sebastian@torproject.org>
Thu, 26 May 2011 00:05:54 +0000 (02:05 +0200)
committerSebastian Hahn <sebastian@torproject.org>
Thu, 26 May 2011 00:05:54 +0000 (02:05 +0200)
commitd1b2d11bb58852d8b62e9b2ced315a4cb298fd56
tree18101df7d090234b6162539f481952d050262d77
parent0de87fe69c0e1e8499c083a2a02f8d547a0d11db
Always use evutil_snprintf, even if OS provides it

In test/tinytest_local.h we can't redefine snprintf if the OS has it
defined already.
test/tinytest_local.h