Changeset 15456
- Timestamp:
- 10/29/20 16:54:54 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/URLPathname.java
r15448 r15456 261 261 } 262 262 } 263 // <https://docs.microsoft.com/en-us/archive/blogs/ie/file-uris-in-windows> 263 264 if (Utilities.isPlatformWindows 264 265 && getDevice() instanceof SimpleString) { 265 sb.append(getDevice().getStringValue()) 266 sb.append("/") 267 .append(getDevice().getStringValue()) 266 268 .append(":"); 267 269 }
Note: See TracChangeset
for help on using the changeset viewer.