Fix build
This commit is contained in:
parent
e6254b9947
commit
ac39419ad0
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ import (
|
|||
func SetTraceLog(typeFlags int) {
|
||||
logTypeFlags = typeFlags
|
||||
|
||||
ctypeFlags := (C.uchar)(typeFlags)
|
||||
ctypeFlags := (C.int)(typeFlags)
|
||||
C.SetTraceLogLevel(ctypeFlags)
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@ import (
|
|||
func SetTraceLog(typeFlags int) {
|
||||
logTypeFlags = typeFlags
|
||||
|
||||
ctypeFlags := (C.uchar)(typeFlags)
|
||||
ctypeFlags := (C.int)(typeFlags)
|
||||
C.SetTraceLogLevel(ctypeFlags)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue