if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;
if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;
if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;
if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;
if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;
if (j < data->comments.used) {
while (j < data->comments.used && data->comments.array[j].stop < i) ++j;
- if (i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
+ if (j < data->comments.used && i >= data->comments.array[j].start && i <= data->comments.array[j].stop) {
i = data->comments.array[j++].stop;
continue;