[ekiga/jp-opal-roster: 28/33] Loudmouth::Bank: fixed a compilation warning



commit 21b982aa41d17720008df6ca8a3beb8ba077dc54
Author: Julien Puydt <jpuydt free fr>
Date:   Sat Oct 26 20:57:25 2013 +0200

    Loudmouth::Bank: fixed a compilation warning

 plugins/loudmouth/loudmouth-bank.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/loudmouth/loudmouth-bank.cpp b/plugins/loudmouth/loudmouth-bank.cpp
index 3f27430..e40df18 100644
--- a/plugins/loudmouth/loudmouth-bank.cpp
+++ b/plugins/loudmouth/loudmouth-bank.cpp
@@ -90,9 +90,9 @@ void
 LM::Bank::save () const
 {
   xmlChar* buffer = NULL;
-  int size = 0;
+  int docsize = 0;
 
-  xmlDocDumpMemory (doc, &buffer, &size);
+  xmlDocDumpMemory (doc, &buffer, &docsize);
 
   gm_conf_set_string (JABBER_KEY, (const char *)buffer);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]