getbsize() now takes a pointer to a size_t as its first arg. A pointer
to an int no longer works on an LP64 platform...
This commit is contained in:
parent
fb3133242f
commit
fda3659531
@ -233,7 +233,7 @@ show_size(const char *title, Package *plist)
|
||||
char tmp[FILENAME_MAX];
|
||||
unsigned long size = 0;
|
||||
long blksize;
|
||||
int headerlen;
|
||||
size_t headerlen;
|
||||
char *descr;
|
||||
|
||||
descr = getbsize(&headerlen, &blksize);
|
||||
|
Loading…
x
Reference in New Issue
Block a user