|
From: Andreas V. <li...@br...> - 2011-11-26 23:00:12
|
Am Wed, 28 Sep 2011 21:00:05 +0000 schrieb
dbu...@li...:
Decision: Rejected
Reason: I don't see what the below patch fixes.
diff --git a/src/dispatcher.cpp b/src/dispatcher.cpp
index 2da4e86..aef1437 100644
--- a/src/dispatcher.cpp
+++ b/src/dispatcher.cpp
@@ -181,13 +181,13 @@ void Dispatcher::dispatch_pending()
while (_pending_queue.size() > 0)
{
Connection::PrivatePList::iterator i, j;
-
+
i = _pending_queue.begin();
while (i != _pending_queue.end())
{
- j = i;
-
+ j = i;
+
++j;
if ((*i)->do_dispatch())
> As list administrator, your authorization is requested for the
> following mailing list posting:
>
> List: dbu...@li...
> From: qol...@gr...
> Subject: [PATCH 03/15] Fix a deprecation warning in
> src/dispatcher.cpp. Reason: Post by non-member to a members-only list
>
> At your convenience, visit:
>
> https://lists.sourceforge.net/lists/admindb/dbus-cplusplus-devel
>
> to approve or deny the request.
--
Technical Blog <http://andreasvolz.wordpress.com/>
|