Vishal Moola (Oracle) <vishal.moola at gmail.com> wrote: > + goto try_again; > } else { > start += folio_size(folio); The "else" is then redundant. David