Changeset 6584 for branches


Ignore:
Timestamp:
May 20, 2007, 9:08:16 AM (18 years ago)
Author:
Gary Byers
Message:

STRING-ENCODED-LENGTH-IN-BYTES wants another argument (on branch, too.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ide-1.0/ccl/level-1/l1-unicode.lisp

    r6562 r6584  
    46314631(defun cstring-encoded-length-in-bytes (encoding string start end)
    46324632  (+ (ash (character-encoding-code-unit-size encoding) -3) ; NUL terminator
    4633      (string-encoded-length-in-bytes string start end)))
     4633     (string-encoded-length-in-bytes encoding string start end)))
    46344634
    46354635                   
Note: See TracChangeset for help on using the changeset viewer.