updated the recorder gobngsdk v2
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user