/[zanavi_public1]/navit/navit/map/shapefile/shapefile.c
ZANavi

Diff of /navit/navit/map/shapefile/shapefile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 30 Revision 31
240 240
241static struct longest_match * 241static struct longest_match *
242longest_match_new(void) 242longest_match_new(void)
243{ 243{
244 struct longest_match *ret=g_new0(struct longest_match,1); 244 struct longest_match *ret=g_new0(struct longest_match,1);
245 ret->match_hash=g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); 245 ret->match_hash=g_hash_table_new_full(g_str_hash, g_str_equal, g_free_func, NULL);
246 ret->match_present_count=1; 246 ret->match_present_count=1;
247 return ret; 247 return ret;
248} 248}
249 249
250static void 250static void

Legend:
Removed from v.30  
changed lines
  Added in v.31

   
Visit the ZANavi Wiki