Changeset 3774
- Timestamp:
- 09/02/08 17:59:30 (3 months ago)
- Files:
-
- trunk/projects/bos/m2/map.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/projects/bos/m2/map.lisp
r3773 r3774 233 233 (defun import-tiles (directory) 234 234 (bknr.datastore::without-sync () 235 (dolist (px (directory directory #+nil :all #+nil nil)) ; was :ALL NIL used on cmucl?235 (dolist (px (directory directory :all nil)) 236 236 (print px) 237 237 (let ((x (parse-integer (car (last (pathname-directory px))))) 238 238 (i 0)) 239 (dolist (image-pathname (directory px #+nil :all #+nil nil))239 (dolist (image-pathname (directory px :all nil)) 240 240 (handler-case 241 241 (let* ((y (parse-integer (pathname-name image-pathname)))
