Changeset 13482


Ignore:
Timestamp:
08/13/11 05:48:48 (12 years ago)
Author:
Mark Evenson
Message:

Adjust r13452 to absence of princToString() in abcl-0.26.x.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.26.x/abcl/src/org/armedbear/lisp/Load.java

    r13477 r13482  
    145145        if (truename == null || truename.equals(NIL)) {
    146146            if (ifDoesNotExist) {
    147                 return error(new FileError("File not found: " + pathname.princToString(), pathname));
     147                return error(new FileError("File not found: " + pathname.toString(), pathname));
    148148            } else {
    149149                Debug.warn("Failed to load " + pathname.getNamestring());
Note: See TracChangeset for help on using the changeset viewer.