X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fruntime%2Fdarwin-os.c;h=4f7aa71137e2df343eace7452798592f7e8d08ae;hb=085501b44cc1cbdd9e260139d30b383372ddd1b8;hp=45738dfa0c1c2160bfc4c92ba00a3fbcf9bef7fb;hpb=402958f92506b9d3de852601b8c1ccb99b5ee558;p=sbcl.git diff --git a/src/runtime/darwin-os.c b/src/runtime/darwin-os.c index 45738df..4f7aa71 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]; - uint32_t size = sizeof(path); + size_t size = sizeof(path); if (_NSGetExecutablePath(path, &size) == -1) return NULL;