Changeset 5200


Ignore:
Timestamp:
Sep 12, 2006, 4:34:17 AM (18 years ago)
Author:
Gary Byers
Message:

Use %CSTR-POINTER (not %copy-ivector-to-pointer) in BUG.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/level-0/l0-misc.lisp

    r5064 r5200  
    8282    (let* ((len (length arg)))
    8383      (%stack-block ((buf (1+ len)))
    84         (%copy-ivector-to-ptr arg 0 buf 0 len)
    85         (setf (%get-byte buf len) 0)
     84        (%cstr-pointer arg buf)
    8685        (ff-call
    8786         (%kernel-import target::kernel-import-lisp-bug)
Note: See TracChangeset for help on using the changeset viewer.