[emerillon] Fix bad copy paste



commit 322834962b30a4ef1ac2098811f1b20844cb59f4
Author: Pierre-Luc Beaudoin <pierre-luc beaudoin novopia com>
Date:   Wed Dec 30 11:32:33 2009 -0500

    Fix bad copy paste

 plugins/search/search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/search/search.c b/plugins/search/search.c
index d18cd0f..33680fa 100644
--- a/plugins/search/search.c
+++ b/plugins/search/search.c
@@ -154,7 +154,7 @@ result_cb (RestProxyCall *call,
         }
 
       lat = rest_xml_node_find (n, "lat");
-      if (!lon)
+      if (!lat)
         {
           n = n->next;
           continue;



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