X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=src%2Fstrings.lisp;h=2e7ff960d794dfd6231e1bba718460b59851528d;hp=a0ca3fc31bdb26ad3e9d099c5caed63c552e0bf1;hb=5d4295830e68c889ba2df9d9f88e896a70f20d7a;hpb=6bd6231f953702ae8d2e949860ee30285d0f3f2a diff --git a/src/strings.lisp b/src/strings.lisp index a0ca3fc..2e7ff96 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -317,8 +317,8 @@ that LW/CMU automatically converts strings from c-calls." (setq length null-terminated-length)) (setq length null-terminated-length))) (let ((result (make-string length))) - (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))) #+(and sbcl sb-unicode)