mirror of
https://github.com/0intro/wmii
synced 2025-03-15 11:13:06 +03:00
fixed /tags namespace (was wrong permission modes)
This commit is contained in:
parent
cb3997262d
commit
ece0f13675
@ -305,7 +305,7 @@ name2type(char *name, unsigned char dir_type)
|
||||
if((dir_type == FsDbar) && name2label(name))
|
||||
return FsDlabel;
|
||||
if((dir_type == FsDtags) && istag(ctag, name, nctag))
|
||||
return FsDlabel;
|
||||
return FsFtag;
|
||||
if(!strncmp(name, "sel", 4))
|
||||
goto dyndir;
|
||||
i = (unsigned short) cext_strtonum(name, 0, 0xffff, &err);
|
||||
|
Loading…
x
Reference in New Issue
Block a user