updated the recorder gobngsdk v2

This commit is contained in:
2026-09-17 00:09:40 +01:00
parent 202dd75a65
commit 900d0cfbe9
7 changed files with 53 additions and 166 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const (
GiB
)
func stringifyRecordingProgress(s *bytes.Buffer, nBytes int) {
func stringifyRecordingProgress(s *bytes.Buffer, nBytes int64) {
if nBytes < KiB {
fmt.Fprintf(s, "%d B", nBytes)
} else if nBytes < MiB {