X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=src%2Fstrings.lisp;h=684b0351ca108948b00ea5426a4f16407dc1a30b;hp=2e7ff960d794dfd6231e1bba718460b59851528d;hb=045b87e7fdcf1c5562fe170d96622e0a09759f64;hpb=07dac04f25558dfd17e24258e018b09627489735 diff --git a/src/strings.lisp b/src/strings.lisp index 2e7ff96..684b035 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -338,8 +338,8 @@ that LW/CMU automatically converts strings from c-calls." (t (let ((result (make-string length))) ;; this will not work in sb-unicode - (funcall *system-copy-fn* sap 0 result *system-copy-offset* - (* length *system-copy-multiplier*)) + (funcall *system-copy-fn* sap 0 result +system-copy-offset+ + (* length +system-copy-multiplier+)) result)))))