Changeset 15423
- Timestamp:
- 10/20/20 06:45:22 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/src/org/armedbear/lisp/JarPathname.java
r15413 r15423 133 133 return null; 134 134 } 135 int prefixCount = i / 4;135 int prefixCount = i / JAR_URI_PREFIX.length(); 136 136 String withoutPrefixes = s.substring(i); 137 137
Note: See TracChangeset
for help on using the changeset viewer.