Changeset a916fa4 in rtems-tools
- Timestamp:
- Sep 6, 2014, 10:19:08 AM (6 years ago)
- Branches:
- 4.10, 4.11, 5, master
- Children:
- 8807135
- Parents:
- a72a9e35
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
linkers/rld-path.cpp
ra72a9e35 ra916fa4 58 58 { 59 59 strings ps; 60 rld::split (p ath, ps, RLD_PATHSTR_SEPARATOR);60 rld::split (ps, path, RLD_PATHSTR_SEPARATOR); 61 61 if (ps.size ()) 62 62 {
Note: See TracChangeset
for help on using the changeset viewer.