Changeset 2575

Show
Ignore:
Timestamp:
07/20/08 12:10:35 (3 months ago)
Author:
sam
Message:
  • fuzz.c: activate the fuzz() debug message, it may be verbose but I end up activating it all the time anyway.
Files:
1 modified

Legend:

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

    r2337 r2575  
    9292    int todo; 
    9393 
    94 #if 0 
    95     debug("fuzz(%i, %lli@%lli)", fd, (long long int)len, 
    96           (long long int)pos); 
    97 #endif 
     94    debug("fuzz(%i, @%lli, %lli)", fd, (long long int)pos, (long long int)len); 
    9895 
    9996    aligned_buf = buf - pos;