541
541
length=info->rec_cache_size;
542
542
rest_of_file=info->io_cache->end_of_file - my_b_tell(info->io_cache);
543
543
if ((my_off_t) length > rest_of_file)
545
545
if (!length || my_b_read(info->io_cache,info->cache,length))
547
547
return -1; /* End of file */