/[xlog]/xlog/src/dxcc.c
ViewVC logotype

Diff of /xlog/src/dxcc.c

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

revision 1.28 by pa4tu, Tue Oct 12 15:31:28 2004 UTC revision 1.29 by pa4tu, Sat Oct 30 08:07:39 2004 UTC
# Line 186  readctydata (void) Line 186  readctydata (void)
186                  }                  }
187    
188          dxcc = g_new0 (dxcc_data, 400);          dxcc = g_new0 (dxcc_data, 400);
189          prefixes = g_hash_table_new (g_str_hash, g_str_equal);          prefixes = g_hash_table_new_full (g_str_hash, g_str_equal,
190                    (GDestroyNotify)g_free, NULL);
191    
192          /* first field in case hash_table_lookup returns NULL */          /* first field in case hash_table_lookup returns NULL */
193          dxcc[0].countryname = g_strdup ("");          dxcc[0].countryname = g_strdup ("");

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26