Show
Ignore:
Timestamp:
03/12/10 13:34:17 (14 years ago)
Author:
smidl
Message:

Correction to new log_level -- FIXME - wrong parsing of array<string> in LOG_LEVEL

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • library/bdm/base/user_info.h

    r850 r863  
    312312                UI::get( true_options, element ); 
    313313                for( int i = 0; i < true_options.length(); i++ ) 
    314                         for( int j = 0; j < options.names().length(); j++ ) 
     314                        for( int j = 0; j < options.names().length(); j++ ){ 
    315315                                if( true_options(i) == options.names()(j)  )  
    316316                                { 
     
    318318                                        break; 
    319319                                }  
     320                        } 
    320321        } 
    321322