This commit is contained in:
0x1eef 2024-03-08 04:21:35 -03:00
parent a58bb5556d
commit e03b68dd0c

View file

@ -70,8 +70,8 @@ ffi_status(VALUE self, VALUE rb_feature, VALUE rb_path)
int ns; int ns;
options = __options_init(rb_feature, rb_path); options = __options_init(rb_feature, rb_path);
if (extattr_string_to_ns("system", &ns) == -1) { if (extattr_string_to_namespace("system", &ns) == -1) {
rb_syserr_fail(errno, "extattr_string_to_ns"); rb_syserr_fail(errno, "extattr_string_to_namespace");
} }
if ( if (
extattr_get_file( extattr_get_file(