Changeset 11100 for branches/RELENG_1_0/juggler_1.0/Config
- Timestamp:
- 10/19/02 16:34:14 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/RELENG_1_0/juggler_1.0/Config/vjParseUtil.cpp
r8789 r11100 347 347 if (lastslash) { 348 348 std::string s(parentfile, 0, lastslash+1); 349 fname = s + n;349 fname = s + fname; 350 350 } 351 351 }
