Changeset 12549
- Timestamp:
- 03/16/10 10:43:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Pathname.java
r12544 r12549 553 553 sb.append('*'); 554 554 } 555 if (type != NIL ) {555 if (type != NIL && type != Keyword.UNSPECIFIC) { 556 556 sb.append('.'); 557 557 if (type instanceof AbstractString) {
Note: See TracChangeset
for help on using the changeset viewer.