]> Cypherpunks repositories - gostls13.git/commit
exp/nacl/av: update color to max out at 1<<16-1 instead of 1<<32-1.
authorNigel Tao <nigeltao@golang.org>
Tue, 21 Sep 2010 06:13:19 +0000 (16:13 +1000)
committerNigel Tao <nigeltao@golang.org>
Tue, 21 Sep 2010 06:13:19 +0000 (16:13 +1000)
commitbd77a889e687f0ddf4c6c40c25ab45b7e9c797f9
tree8833c7efd4eb0346c86016be6206ac4113ef447b
parentc20e024df3d7ecd84572184d53a9848d36ab85d1
exp/nacl/av: update color to max out at 1<<16-1 instead of 1<<32-1.
Fix missing return in Set(x, y, color).

R=r
CC=golang-dev
https://golang.org/cl/2256042
src/pkg/exp/nacl/av/image.go