Changeset f7d303f in rtems-tools
- Timestamp:
- 05/08/18 05:09:45 (4 years ago)
- Branches:
- 5, master
- Children:
- b73f905
- Parents:
- 8dd3803
- git-author:
- Chris Johns <chrisj@…> (05/08/18 05:09:45)
- git-committer:
- Chris Johns <chrisj@…> (06/18/18 02:26:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
rtemstoolkit/rld-path.cpp
r8dd3803 rf7d303f 146 146 else if (dir == "..") 147 147 { 148 /* 149 * If the path goes above the root of where we are there is nothing 150 * that can be done so return the path passed in. 151 */ 148 152 aps.pop_back (); 153 if (aps.empty ()) 154 return path; 149 155 } 150 156 else
Note: See TracChangeset
for help on using the changeset viewer.