handle 64-bit file sizes
This commit is contained in:
parent
d9e16d252a
commit
b707cb51ed
2 changed files with 9 additions and 9 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue