X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=5e6642fbde9d46d2735dc4dfc86e3aaafc5000f7;hb=ab5427d31da2bd95805cccc8e47b8f43d3dd606d;hp=2d79d0664c639a0e13a60a7400fd3e7b03adb543;hpb=d3af5593ffff1c39a2f8fa8113704803f347e22f;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 2d79d06..5e6642f 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -36,8 +36,6 @@ os_get_runtime_executable_path(int external) if (_NSGetExecutablePath(path, &size) == -1) return NULL; - else - path[size] = '\0'; return copied_string(path); }