Makefile.am: Variable was misspelled
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user