Fix webtorrent support on i386
This commit is contained in:
@@ -17,7 +17,7 @@ type Cipher struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func NewCipher(share, pwd, nonce string) (*Cipher, error) {
|
func NewCipher(share, pwd, nonce string) (*Cipher, error) {
|
||||||
timestamp, err := strconv.ParseInt(nonce, 36, 0)
|
timestamp, err := strconv.ParseInt(nonce, 36, 64)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, err
|
return nil, err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user