Release calc version 2.11.0t10.3

This commit is contained in:
Landon Curt Noll
1999-11-16 03:44:46 -08:00
parent 160f4102ab
commit 025b5e58d6
20 changed files with 929 additions and 292 deletions

View File

@@ -1724,7 +1724,7 @@ randcopy(CONST RAND *state)
math_error("can't allocate RAND state");
/*NOTREACHED*/
}
*ret = *state;
memcpy(ret, state, sizeof(RAND));
/*
* return copy