Changeset 12555
- Timestamp:
- 03/17/10 13:24:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.19.x/abcl/src/org/armedbear/lisp/Pathname.java
r12554 r12555 544 544 sb.append('*'); 545 545 } 546 if (type != NIL ) {546 if (type != NIL && type != Keyword.UNSPECIFIC) { 547 547 sb.append('.'); 548 548 if (type instanceof AbstractString) {
Note: See TracChangeset
for help on using the changeset viewer.