Changeset 383 for bdm/user_info.cpp

Show
Ignore:
Timestamp:
06/17/09 23:54:11 (15 years ago)
Author:
smidl
Message:

mex for merging and fixes in UI

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • bdm/user_info.cpp

    r377 r383  
    106106const Setting& UI::SettingResolver::initialize_reference(UI_File *&file, const Setting &potential_link) 
    107107{ 
     108        file = NULL; 
     109 
    108110    if ( potential_link.getType() !=  Setting::TypeString ) 
    109111            return potential_link; 
     
    122124    else 
    123125        { 
    124                 file = NULL; 
    125126                result = &potential_link; 
    126127        while ( !result->isRoot() )