ENH: remove warning

This commit is contained in:
Bill Hoffman 2006-03-30 23:03:56 -05:00
parent 1247616d1f
commit 0ee2d0b345
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ tar_append_regfile(TAR *t, char *realname)
if (j != -1) if (j != -1)
{ {
fprintf(stderr, "Unexpected size of read data: %d <> %d for file: %s\n", fprintf(stderr, "Unexpected size of read data: %d <> %d for file: %s\n",
j, T_BLOCKSIZE, realname); (int)j, T_BLOCKSIZE, realname);
errno = EINVAL; errno = EINVAL;
} }
return -1; return -1;