Changeset 12641
- Timestamp:
- 05/01/10 07:37:20 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/Pathname.java
r12617 r12641 346 346 String scheme = url.getProtocol(); 347 347 if (scheme.equals("file")) { 348 Pathname p = new Pathname( s);348 Pathname p = new Pathname(url.getFile()); 349 349 this.host = p.host; 350 350 this.device = p.device;
Note: See TracChangeset
for help on using the changeset viewer.