ENH: remove warning
This commit is contained in:
parent
1247616d1f
commit
0ee2d0b345
|
@ -267,7 +267,7 @@ tar_append_regfile(TAR *t, char *realname)
|
|||
if (j != -1)
|
||||
{
|
||||
fprintf(stderr, "Unexpected size of read data: %d <> %d for file: %s\n",
|
||||
j, T_BLOCKSIZE, realname);
|
||||
(int)j, T_BLOCKSIZE, realname);
|
||||
errno = EINVAL;
|
||||
}
|
||||
return -1;
|
||||
|
|
Loading…
Reference in New Issue