handle 64-bit file sizes

This commit is contained in:
rsc 2004-06-13 20:08:00 +00:00
parent d9e16d252a
commit b707cb51ed
2 changed files with 9 additions and 9 deletions

View file

@ -162,8 +162,8 @@ main(int argc, char *argv[])
int
locate(void)
{
long top, bot, mid;
long c;
vlong top, bot, mid;
int c;
int n;
bot = 0;