Changeset 997


Ignore:
Timestamp:
Dec 3, 2007, 9:00:32 PM (16 years ago)
Author:
Peter
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/OptionSwitch.cc

    r996 r997  
    4242                              std::vector<std::string>::iterator last)
    4343  {   
    44     if (long_name().size()>3 && long_name().substr(0,3)!="no-")
     44    if (long_name().size()>3 && long_name().substr(0,3)=="no-")
    4545      switch_=false;
    4646    else
Note: See TracChangeset for help on using the changeset viewer.