Changeset 1673 for trunk/dll/srchpath.c
- Timestamp:
- Dec 30, 2012, 7:51:01 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/srchpath.c
r1498 r1673 89 89 *p = 0; 90 90 p++; 91 if (*ret == '.') { / * skip initial "cur dir" */91 if (*ret == '.') { // skip initial "cur dir" 92 92 pp = strchr(p, ';'); 93 93 if (pp)
Note:
See TracChangeset
for help on using the changeset viewer.