Changeset 1671 for zzuf/trunk/src/zzuf.c
- Timestamp:
- Jan 14, 2007, 9:47:18 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zzuf/trunk/src/zzuf.c
r1670 r1671 83 83 static uint32_t seed = DEFAULT_SEED; 84 84 static uint32_t endseed = DEFAULT_SEED + 1; 85 static floatratio = DEFAULT_RATIO;86 static floatendratio = DEFAULT_RATIO;85 static double ratio = DEFAULT_RATIO; 86 static double endratio = DEFAULT_RATIO; 87 87 static int quiet = 0; 88 88 static int maxbytes = -1; … … 444 444 { 445 445 static int const files[] = { DEBUG_FILENO, STDERR_FILENO, STDOUT_FILENO }; 446 char buf[ BUFSIZ];446 char buf[64]; 447 447 int fd[3][2]; 448 448 int64_t now = _zz_time();
Note: See TracChangeset
for help on using the changeset viewer.