Commit 9a0103bf authored by Han-Wen Nienhuys's avatar Han-Wen Nienhuys

Provide String() method for fuse.Attr.

parent 8bf32fcb
......@@ -32,4 +32,6 @@ func (me *WithFlags) String() string {
raw.FlagString(raw.FuseOpenFlagNames, int(me.FuseFlags), ""))
}
func (a *Attr) String() string {
return ((*raw.Attr)(a)).String()
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment