diff options
| author | forsyth <forsyth@vitanuova.com> | 2011-04-08 15:40:13 +0100 |
|---|---|---|
| committer | forsyth <forsyth@vitanuova.com> | 2011-04-08 15:40:13 +0100 |
| commit | 32038f425fe093998bd875b939ccdc3d88b5acfc (patch) | |
| tree | eee82e247b819ea9471b8e709d35a8434d75e82d /appl/lib/vac.b | |
| parent | 09fa9b42130335ddb8876b9be05f780093519864 (diff) | |
20110408-1540
Diffstat (limited to 'appl/lib/vac.b')
| -rw-r--r-- | appl/lib/vac.b | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/lib/vac.b b/appl/lib/vac.b index 0284fb1a..2ea78c12 100644 --- a/appl/lib/vac.b +++ b/appl/lib/vac.b @@ -1029,7 +1029,7 @@ p48(d: array of byte, i: int, v: big): int p64(d: array of byte, i: int, v: big): int { p32(d, i+0, int (v>>32)); - p32(d, i+0, int v); + p32(d, i+4, int v); return i+BIT64SZ; } |
