MAX_RAND should be RAND_MAX
This commit is contained in:
parent
4c74c83c97
commit
34d1d2907d
@ -63,7 +63,7 @@
|
||||
|
||||
/* Maximum value returned by rand() */
|
||||
|
||||
#define MAX_RAND 32767
|
||||
#define RAND_MAX 32767
|
||||
|
||||
/* Integer expression whose value is the maximum number of bytes in a
|
||||
* character specified by the current locale.
|
||||
|
Loading…
Reference in New Issue
Block a user