Changeset 13388
- Timestamp:
- Jan 14, 2010, 4:51:46 AM (15 years ago)
- File:
-
- 1 edited
-
branches/working-0711/ccl/library/core-files.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/working-0711/ccl/library/core-files.lisp
r13386 r13388 130 130 for start = (1+ (position #\newline string :start header-pos)) then (1+ end) 131 131 for end = (or (position #\newline string :start start) (length string)) 132 while (and (< start end) ( eql #\space (aref string start)))132 while (and (< start end) (find (aref string start) " 123456789")) 133 133 nconc 134 134 (multiple-value-bind (name address filepos size)
Note:
See TracChangeset
for help on using the changeset viewer.
