1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00

opt nfs.Term

This commit is contained in:
shaoying 2019-01-09 19:18:45 +08:00
parent 6cd6c34a2e
commit 08d162020e
2 changed files with 198 additions and 600 deletions

View File

@ -1412,6 +1412,9 @@ func (m *Message) Caps(key string, arg ...interface{}) bool {
}
func (m *Message) Capi(key string, arg ...interface{}) int {
n := kit.Int(m.Cap(key))
if key == "noutput" {
m.Log("fuck", "what %v %v %v %v", key, arg, n, n+kit.Int(arg...))
}
if len(arg) > 0 {
return kit.Int(m.Cap(key, n+kit.Int(arg...)))
}

File diff suppressed because it is too large Load Diff