Changeset 13482
- Timestamp:
- 08/13/11 05:48:48 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.26.x/abcl/src/org/armedbear/lisp/Load.java
r13477 r13482 145 145 if (truename == null || truename.equals(NIL)) { 146 146 if (ifDoesNotExist) { 147 return error(new FileError("File not found: " + pathname. princToString(), pathname));147 return error(new FileError("File not found: " + pathname.toString(), pathname)); 148 148 } else { 149 149 Debug.warn("Failed to load " + pathname.getNamestring());
Note: See TracChangeset
for help on using the changeset viewer.