small tweak to expbench - use 64bit integer for the number of bytes read

develop
Petr Mrázek 2009-12-28 04:38:07 +00:00
parent aef02eddce
commit 843237f7ae
1 changed files with 1 additions and 1 deletions

@ -16,7 +16,7 @@ int main (void)
uint32_t x_max,y_max,z_max;
uint32_t num_blocks = 0;
uint32_t bytes_read = 0;
uint64_t bytes_read = 0;
uint16_t tiletypes[16][16];
DFHack::t_designation designations[16][16];
DFHack::t_occupancy occupancies[16][16];