diff options
| author | ac79b0c6 <[email protected]> | 2022-05-20 18:23:49 +0800 |
|---|---|---|
| committer | ac79b0c6 <[email protected]> | 2022-05-20 18:23:49 +0800 |
| commit | 5ccf93af9411e35aa078856d08987f6dcd9b62d7 (patch) | |
| tree | 38ad56c8d6581f6656765b838b3cb7f3a8e2b337 | |
| parent | d537be67fb73c9ca34751e7a5dc2908484517e18 (diff) | |
update mkvlib:fix bug
| -rw-r--r-- | mkvlib/c/exports.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mkvlib/c/exports.go b/mkvlib/c/exports.go index 86a0ceb..94e96ee 100644 --- a/mkvlib/c/exports.go +++ b/mkvlib/c/exports.go @@ -215,12 +215,12 @@ func GetFontInfo(p *C.char) *C.char { return cs(string(data)) } -//export Overwrite -func Overwrite(o bool) { +//export NOverwrite +func NOverwrite(o bool) { if !checkInstance() { return } - getter.GetProcessorInstance().Overwrite(o) + getter.GetProcessorInstance().NOverwrite(o) } //export Version |
