X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fstrings.lisp;h=684b0351ca108948b00ea5426a4f16407dc1a30b;hb=045b87e7fdcf1c5562fe170d96622e0a09759f64;hp=2e7ff960d794dfd6231e1bba718460b59851528d;hpb=5d4295830e68c889ba2df9d9f88e896a70f20d7a;p=uffi.git 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)))))