Changeset 997
- Timestamp:
- Dec 3, 2007, 9:00:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/utility/OptionSwitch.cc
r996 r997 42 42 std::vector<std::string>::iterator last) 43 43 { 44 if (long_name().size()>3 && long_name().substr(0,3) !="no-")44 if (long_name().size()>3 && long_name().substr(0,3)=="no-") 45 45 switch_=false; 46 46 else
Note: See TracChangeset
for help on using the changeset viewer.