diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /appl/lib/dis.b | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'appl/lib/dis.b')
| -rw-r--r-- | appl/lib/dis.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/dis.b b/appl/lib/dis.b index f64fd162..c907df61 100644 --- a/appl/lib/dis.b +++ b/appl/lib/dis.b @@ -318,7 +318,7 @@ loadobj(disfile: string): (ref Mod, string) reals := array[n] of real; for(i = 0; i < n; i++) reals[i] = math->bits64real(getl()); - dat = ref Data.Reals(op, n, offset, nil); + dat = ref Data.Reals(op, n, offset, reals); } else { disptr += 8*n; # skip it dat = ref Data.Reals(op, n, offset, nil); |
