mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 09:14:06 +08:00
opt nfs.Term
This commit is contained in:
parent
6cd6c34a2e
commit
08d162020e
@ -1412,6 +1412,9 @@ func (m *Message) Caps(key string, arg ...interface{}) bool {
|
|||||||
}
|
}
|
||||||
func (m *Message) Capi(key string, arg ...interface{}) int {
|
func (m *Message) Capi(key string, arg ...interface{}) int {
|
||||||
n := kit.Int(m.Cap(key))
|
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 {
|
if len(arg) > 0 {
|
||||||
return kit.Int(m.Cap(key, n+kit.Int(arg...)))
|
return kit.Int(m.Cap(key, n+kit.Int(arg...)))
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user