mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 05:31:44 +00:00
removed typo on osx
This commit is contained in:
@@ -2167,7 +2167,6 @@ char *uwsgi_get_binary_path(char *argvzero) {
|
||||
uint32_t len = uwsgi.page_size;
|
||||
if (_NSGetExecutablePath(buf, &len) == 0) {
|
||||
// return only absolute path
|
||||
uwsgi_log("OK\n");
|
||||
#ifndef OLD_REALPATH
|
||||
char *newbuf = realpath(buf, NULL);
|
||||
if (newbuf) {
|
||||
|
||||
Reference in New Issue
Block a user