Changeset 648

Show
Ignore:
Timestamp:
02/12/08 15:03:04 (9 months ago)
Author:
artem
Message:

don't fail if file can not be open

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/load_map.cpp

    r574 r648  
    307307                        throw config_error( ex.what() ); 
    308308                    } 
     309                    catch (...) 
     310                    { 
     311                       //throw config_error("exception..."); 
     312                    } 
    309313                } 
    310314                else if (child.first != "<xmlattr>" &&