Changeset 3379
- Timestamp:
- 06/30/08 11:40:56 (6 months ago)
- Files:
-
- trunk/thirdparty/flexi-streams/length.lisp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/thirdparty/flexi-streams/length.lisp
r3210 r3379 83 83 (when (> i end) 84 84 (signal-encoding-error format "This sequence can't be decoded ~ 85 using ~A as it is too short. ~A octet~:P missing at the nend."85 using ~A as it is too short. ~A octet~:P missing at the end." 86 86 (external-format-name format) 87 87 (- i end))))
