Changeset 15454
- Timestamp:
- 10/29/20 16:54:52 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/JarPathname.java
r15452 r15454 94 94 .setType(NIL); 95 95 Pathname entryPath = p.getEntryPath(); 96 LispObject device = p.getDevice();97 device = device. nreverse().push(entryPath).nreverse();96 LispObject device = result.getDevice(); 97 device = device.reverse().push(entryPath).reverse(); 98 98 result.setDevice(device); 99 99 return result;
Note: See TracChangeset
for help on using the changeset viewer.