Changeset 608

Show
Ignore:
Timestamp:
05/15/07 23:42:06 (2 years ago)
Author:
chtekk
Message:

Fix compile warning... Sorry...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/vcd/methods/vxdb/vxdb_vx_limit_get.c

    r607 r608  
    3030static 
    3131uint64_t pagestobytes(uint64_t pages) { 
    32         int bytes; 
     32        uint64_t bytes; 
    3333        bytes = (pages * (uint64_t) getpagesize()) / 1024; 
    3434        return bytes;