Makefile.am: Variable was misspelled

This commit is contained in:
R. Bernstein
2010-10-26 04:31:08 -04:00
parent 05a2fb6d35
commit 4db957ab7f
2 changed files with 2 additions and 2 deletions

View File

@@ -237,7 +237,7 @@ udf_read_block(const udf_dirent_t *p_udf_dirent, void * buf, size_t count)
if (i_lba != CDIO_INVALID_LBA) {
uint32_t i_max_blocks = CEILING(i_max_size, UDF_BLOCKSIZE);
if ( i_max_blocks < count ) {
fprintf(stderr, "Warning: read count %u is larger than %u size of entry\n",
fprintf(stderr, "Warning: read count %u is larger than %u extent size.\n",
count, i_max_blocks);
fprintf(stderr, "Warning: read count truncated to %u\n", count);
count = i_max_blocks;