bfile_heuristics.h

changeset 27
95a958e3de88
parent 22
4508da679ffb
     1.1 --- a/bfile_heuristics.h	Thu Dec 01 17:06:27 2011 +0100
     1.2 +++ b/bfile_heuristics.h	Thu Jan 26 15:55:52 2012 +0100
     1.3 @@ -16,9 +16,9 @@
     1.4  #define BFILE_HIGH_ACCURACY    0x04
     1.5  
     1.6  typedef struct {
     1.7 -  int level;
     1.8 -  int bcount; /* 'binary' character count */
     1.9 -  int tcount; /* total count */
    1.10 +  unsigned int level;
    1.11 +  unsigned int bcount; /* 'binary' character count */
    1.12 +  unsigned int tcount; /* total count */
    1.13  } bfile_heuristics_t;
    1.14  
    1.15  #ifdef _cplusplus

mercurial