зеркало из https://github.com/github/ruby.git
Return `false` where sticky-bit is not provided [Bug #18734]
This commit is contained in:
Родитель
9db7d95968
Коммит
7f81f33547
2
file.c
2
file.c
|
@ -2144,7 +2144,7 @@ rb_file_sticky_p(VALUE obj, VALUE fname)
|
|||
#ifdef S_ISVTX
|
||||
return check3rdbyte(fname, S_ISVTX);
|
||||
#else
|
||||
return Qnil;
|
||||
return Qfalse;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче