else
{
/* Properly terminate the tarfile. */
- StaticAssertStmt(TAR_BLOCK_SIZE <= 2 * BLCKSZ,
+ StaticAssertStmt(2 * TAR_BLOCK_SIZE <= BLCKSZ,
"BLCKSZ too small for 2 tar blocks");
memset(sink->bbs_buffer, 0, 2 * TAR_BLOCK_SIZE);
bbsink_archive_contents(sink, 2 * TAR_BLOCK_SIZE);
}
/* Properly terminate the tar file. */
- StaticAssertStmt(TAR_BLOCK_SIZE <= 2 * BLCKSZ,
+ StaticAssertStmt(2 * TAR_BLOCK_SIZE <= BLCKSZ,
"BLCKSZ too small for 2 tar blocks");
memset(sink->bbs_buffer, 0, 2 * TAR_BLOCK_SIZE);
bbsink_archive_contents(sink, 2 * TAR_BLOCK_SIZE);