[ekiga/jp-opal-roster] Avahi::Heap: fixed a compilation warning by renaming a variable
- From: Julien Puydt <jpuydt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/jp-opal-roster] Avahi::Heap: fixed a compilation warning by renaming a variable
- Date: Sat, 26 Oct 2013 18:58:43 +0000 (UTC)
commit 9140bf3219a47838722dca80c06a56d72b3fb05d
Author: Julien Puydt <jpuydt free fr>
Date: Sat Oct 26 20:31:35 2013 +0200
Avahi::Heap: fixed a compilation warning by renaming a variable
plugins/avahi/avahi-heap.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/avahi/avahi-heap.cpp b/plugins/avahi/avahi-heap.cpp
index 4401d66..e7b324f 100644
--- a/plugins/avahi/avahi-heap.cpp
+++ b/plugins/avahi/avahi-heap.cpp
@@ -339,8 +339,8 @@ Avahi::Heap::ResolverCallback (AvahiServiceResolver *resolver,
char *ckey = NULL;
char *cvalue = NULL;
- size_t size;
- if (avahi_string_list_get_pair (txt_tmp, &ckey, &cvalue, &size) >= 0) {
+ size_t valsize;
+ if (avahi_string_list_get_pair (txt_tmp, &ckey, &cvalue, &valsize) >= 0) {
if (ckey != NULL && cvalue != NULL) {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]