Skip to content

Commit

Permalink
bignum divmod unsigned bug
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_4@735 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Jun 6, 2000
1 parent 523c3d2 commit 1293aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bignum.c
Expand Up @@ -721,7 +721,7 @@ bigdivmod(x, y, div, mod, modulo)
long i, j;
VALUE yy, z;
USHORT *xds, *yds, *zds, *tds;
long t2;
unsigned long t2;
long num;
USHORT dd, q;

Expand Down

0 comments on commit 1293aaf

Please sign in to comment.