diff options
| author | Russ Cox <rsc@golang.org> | 2010-04-22 17:52:22 -0700 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2010-04-22 17:52:22 -0700 |
| commit | c6138efbcb3c69eb22be0e09740b4e74e6eff552 (patch) | |
| tree | 517171909ef7be7d91fcb865e558266aac65cc6d /src/cmd/8l/span.c | |
| parent | 6e80a01ab748e16428f5911523a1ad153b220fb0 (diff) | |
| download | go-c6138efbcb3c69eb22be0e09740b4e74e6eff552.tar.xz | |
runtime: closures, defer bug fix for Native Client
Enable package tests for Native Client build.
R=r
CC=golang-dev
https://golang.org/cl/957042
Diffstat (limited to 'src/cmd/8l/span.c')
| -rw-r--r-- | src/cmd/8l/span.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/8l/span.c b/src/cmd/8l/span.c index f649777ec3..0245d72b9b 100644 --- a/src/cmd/8l/span.c +++ b/src/cmd/8l/span.c @@ -108,7 +108,7 @@ start: }while(again); if(INITRND) { - INITDAT = rnd(c, INITRND); + INITDAT = rnd(c+textpad, INITRND); if(INITDAT != idat) { idat = INITDAT; goto start; |
