Skip to content

Commit

Permalink
updated to r2244 from svn repo
Browse files Browse the repository at this point in the history
  • Loading branch information
irmen committed Aug 27, 2020
1 parent 7cbd58a commit d231848
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functionobj.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
$Id: functionobj.c 2226 2020-06-27 20:10:25Z soci $
$Id: functionobj.c 2244 2020-08-19 18:31:35Z soci $
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down Expand Up @@ -287,7 +287,7 @@ static MUST_CHECK Obj *function_random(Funcargs *vals, linepos_t epoint) {
uval_t len2;

switch (vals->len) {
case 0:
default:
return (Obj *)new_float((random64() & (((uint64_t)1 << 53) - 1)) * ldexp(1, -53));
case 1:
err = v[0].val->obj->ival(v[0].val, &end, 8 * sizeof end, &v[0].epoint);
Expand Down

0 comments on commit d231848

Please sign in to comment.