Re: Some bugs
- From: "Paul Theo Gonciari <gptheo yahoo com>"@yeti.ecs.soton.ac.uk
- To: Balsa Discussion List <balsa-list gnome org>
- Subject: Re: Some bugs
- Date: Tue, 19 Sep 2000 18:54:03 +0100
Hi ,
Someone forgot a condition in the spell check code, so when you spell check
the text balsa crashes.
in src/spell_check.c
at line 1220
/* check to see if we're at the end yet */
if (spell_check->end_pos >= spell_check->length)
at_end = TRUE;
else if (spell_check->start_pos == spell_check->end_pos)
at_end = !next_word (spell_check);
just put the code in the following if statement :
if (!at_end) {
.. the above code ..
}
theo
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]