]> err.no Git - mapper/commitdiff
Silence a warning
authorKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 13:41:33 +0000 (15:41 +0200)
committerKaj-Michael Lang <milang@onion.tal.org>
Wed, 16 Jan 2008 13:41:33 +0000 (15:41 +0200)
src/osm-db.c

index 18ad92e24b4596ba1b8531c2503a534c785df996..187263d0a8a144b4ea4335a61f93fc9f6aaf3002 100644 (file)
@@ -552,7 +552,7 @@ osm_get_route_node(guint nid, osm_node_direction d)
 GSList *r=NULL;
 osm_way *w;
 guint wc=0;
-sqlite3_stmt *psql;
+sqlite3_stmt *psql=NULL;
 
 switch (d) {
        case OSM_NODE_NEXT: