mirror of
https://github.com/weaveworks/scope.git
synced 2026-07-16 03:49:52 +00:00
Change type
Fixes compile error for me
This commit is contained in:
committed by
Tom Wilkie
parent
6ad182a144
commit
81d927fd35
@@ -12,7 +12,7 @@ import (
|
||||
// Uname is swappable for mocking in tests.
|
||||
var Uname = syscall.Uname
|
||||
|
||||
func charsToString(ca [65]int8) string {
|
||||
func charsToString(ca [65]uint8) string {
|
||||
s := make([]byte, len(ca))
|
||||
var lens int
|
||||
for ; lens < len(ca); lens++ {
|
||||
|
||||
Reference in New Issue
Block a user