Ignore:
Timestamp:
Apr 3, 2012, 3:54:50 PM (12 years ago)
Author:
rybkin
Message:

See C.L. 482

File:
1 edited

Legend:

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

    r581 r607  
    16571657  cmt_string path_real;
    16581658  //cerr << "realpath_: find_in_cmt_paths" << endl;
    1659   CmtSystem::realpath_ (path, path_real);
     1659  if (!CmtSystem::realpath_ (path, path_real))
     1660    return ("");
    16601661
    16611662  static ProjectVector& Projects = projects ();
     
    16721673      if (s == "default path") continue;
    16731674
    1674       if (CmtSystem::test_directory (p))
     1675      // MUST be directory if project added
     1676      //      if (CmtSystem::test_directory (p))
    16751677        {
    16761678//        if (path.find (p) != cmt_string::npos)
     
    16931695      if (p == w) continue;
    16941696
    1695       if (CmtSystem::test_directory (w))
     1697      // MUST be directory if project added
     1698      //      if (CmtSystem::test_directory (w))
    16961699        {
    16971700          if (path.find (w) != cmt_string::npos)
Note: See TracChangeset for help on using the changeset viewer.