X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=45738dfa0c1c2160bfc4c92ba00a3fbcf9bef7fb;hb=975f1932acc3a8e90fb31d2b055bfbdde78ea927;hp=4f7aa71137e2df343eace7452798592f7e8d08ae;hpb=0f234877047c56ca945fe54e9e77a9cc2c8141cb;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 4f7aa71..45738df 100644 --- a/src/runtime/darwin-os.c +++ b/src/runtime/darwin-os.c @@ -28,7 +28,7 @@ char * os_get_runtime_executable_path() { char path[PATH_MAX + 1]; - size_t size = sizeof(path); + uint32_t size = sizeof(path); if (_NSGetExecutablePath(path, &size) == -1) return NULL;