From 56c724afcc1c554f558f9ccb9c14ca2ae4ab835b Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 27 Aug 2007 00:57:31 -0300 Subject: [PATCH] Fix documentation about broken libevent version. --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index f2e7e57..dee9a2d 100644 --- a/README +++ b/README @@ -137,9 +137,9 @@ had a way free that memory, from version 1.2 to 1.3a, if you tried to free the memory the program @c abort() because a failed assertion). Because of that, there is a way to disable the @link eventxx::dispatcher::~dispatcher() dispatcher destructor @endlink (which calls the inexistent/broken -@c event_base_free() function). So if you use a @libevent version previous -to 1.3b, you have to compile your programs defining the -@c EVENTXX_NO_EVENT_BASE_FREE macro. +@c event_base_free() function in the broken versions). So if you use a +@libevent version previous to 1.3b, you have to compile your programs +defining the @c EVENTXX_NO_EVENT_BASE_FREE macro. If something is broken it would be really easy to fix because @eventxx is just a simple wrapper around @libevent. So, please try it out, and if you -- 2.43.0