Changeset 2349

Show
Ignore:
Timestamp:
05/18/07 11:38:12 (2 years ago)
Author:
mentor
Message:

More fixes for %llu format specifiers

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ath_rate/minstrel/minstrel.c

    r2329 r2349  
    959959                                     odst->rs_lastratesuccess[x], 
    960960                                     odst->rs_lastrateattempts[x], 
    961                                      odst->rs_succ_hist[x], 
    962                                      odst->rs_att_hist[x]); 
     961                                     (unsigned long long)odst->rs_succ_hist[x], 
     962                                     (unsigned long long)odst->rs_att_hist[x]); 
    963963                } 
    964964                p += sprintf(p, "\n");