Ignore:
Timestamp:
Mar 31, 2010, 6:36:09 PM (14 years ago)
Author:
rybkin
Message:

See C.L. 427

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMT/HEAD/source/cmt_project.cxx

    r537 r540  
    10101010      if (current_path_real.find (p.get_cmtpath_real ()) == 0)
    10111011        {
     1012          p_cur = &p;
    10121013          if (p.is_current ()) continue;
     1014
    10131015          p.set_is_current (true);
    10141016          //
     
    10201022          tag = Tag::add (p.get_name (), PriorityConfig, "PROJECT", 0);
    10211023          tag->mark ();
    1022 
    1023           p_cur = &p;
    10241024        }
    10251025      else if (p.is_current ())
Note: See TracChangeset for help on using the changeset viewer.