Changeset 6237 for branches/stable_5.0

Show
Ignore:
Timestamp:
31/10/09 10:57:16 (3 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/PARSIMONY/PARS_main.cxx

    r6143 r6237  
    18231823 
    18241824void AD_map_viewer(GBDATA *gb_species, AD_MAP_VIEWER_TYPE vtype) { 
    1825     if (vtype == ADMVT_SELECT && AD_map_viewer_aw_root) { 
     1825    if (vtype == ADMVT_SELECT && AD_map_viewer_aw_root && gb_species) { 
    18261826        AD_map_viewer_aw_root->awar(AWAR_SPECIES_NAME)->write_string(GBT_read_name(gb_species)); 
    18271827    }