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_symbol.cxx

    r603 r607  
    22242224  static const cmt_string path_separator = CmtSystem::path_separator ();
    22252225
    2226   cmt_string here = CmtSystem::pwd ();
     2226  //  cmt_string here = CmtSystem::pwd ();
    22272227  cmt_string rvalue = value;
    22282228
     2229  /*
    22292230  if (CmtSystem::cd (value))
    22302231    {
     
    22322233    }
    22332234  else
     2235  */
     2236  if (!CmtSystem::realpath_ (value, rvalue))
    22342237    {
    22352238      CmtSystem::compress_path (rvalue);
     
    22452248      const cmt_string& item = items[i];
    22462249      cmt_string ritem = item;
     2250      /*
    22472251      if (CmtSystem::cd (item))
    22482252        {
     
    22502254        }
    22512255      else
     2256      */
     2257      if (!CmtSystem::realpath_ (item, ritem))
    22522258        {
    22532259          CmtSystem::compress_path (ritem);
     
    22612267    }
    22622268
    2263   CmtSystem::cd (here);
     2269  //  CmtSystem::cd (here);
    22642270  return (found);
    22652271}
Note: See TracChangeset for help on using the changeset viewer.