/[enigma]/enigma/src/enigma.cc
ViewVC logotype

Diff of /enigma/src/enigma.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.26 by reallysoft, Mon Aug 18 08:24:29 2003 UTC revision 1.26.2.1 by dheck, Mon Sep 22 02:42:19 2003 UTC
# Line 432  namespace Line 432  namespace
432              datapaths.clear();              datapaths.clear();
433              split_copy(pathspec, ':', back_inserter(datapaths));              split_copy(pathspec, ':', back_inserter(datapaths));
434    
435              for_each(datapaths.begin(), datapaths.end(), &sysdep::expand_path);              for (unsigned i=0; i<datapaths.size(); ++i)
436                    datapaths[i] = sysdep::expand_path(datapaths[i]);
437          }          }
438          const string &get_path() const { return path; }          const string &get_path() const { return path; }
439    

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.26.2.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26