Changeset 11766
- Timestamp:
- 04/19/09 08:33:29 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Pathname.java
r11754 r11766 1153 1153 if (pathname instanceof LogicalPathname) 1154 1154 p = new LogicalPathname(); 1155 else 1155 else { 1156 1156 p = new Pathname(); 1157 if (defaultPathname instanceof LogicalPathname) 1158 defaultPathname = LogicalPathname.translateLogicalPathname((LogicalPathname)defaultPathname); 1159 } 1157 1160 if (pathname.host != NIL) 1158 1161 p.host = pathname.host;
Note: See TracChangeset
for help on using the changeset viewer.