Changeset 5848
- Timestamp:
- Jan 31, 2007, 3:33:37 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ccl/lib/db-io.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ccl/lib/db-io.lisp
r5827 r5848 382 382 (cdb-check-trailer cdb)) 383 383 (progn 384 (warn "Interface file ~s does not exist.~%This may mean that that the \"ccl:\" logical-pathname host has not been properly initialized. " (translate-logical-pathname pathname)) 384 (if (probe-file (make-pathname :name nil :type nil :defaults pathname)) 385 (warn "Interface file ~s does not exist." pathname) 386 (warn "Interface file ~s does not exist, and the containing directory does not exist.~%This may mean that that the \"ccl:\" logical-pathname host has not been properly initialized. " (translate-logical-pathname pathname))) 385 387 (make-cdb :fid nil :pathname (namestring pathname))))) 386 388
Note:
See TracChangeset
for help on using the changeset viewer.
