Ignore:
Timestamp:
Jan 14, 2007, 9:47:18 PM (16 years ago)
Author:
Sam Hocevar
Message:
  • Oops, ratio should be a double, not a float.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/src/fd.c

    r1668 r1671  
    5555
    5656static int32_t seed = DEFAULT_SEED;
    57 static float   ratio = DEFAULT_RATIO;
     57static double  ratio = DEFAULT_RATIO;
    5858static int     autoinc = 0;
    5959
     
    7575}
    7676
    77 void _zz_setratio(float r)
     77void _zz_setratio(double r)
    7878{
    7979    if(r < MIN_RATIO)
Note: See TracChangeset for help on using the changeset viewer.