bugs with 0.9.5



Hi, 

I just found two bugs ...

1. spell check crashes - After a couple of checked words it gets in some
recursive and that's it.
	
to get rid of this one modify the code in spell-check.c at 1220 by putting
the if statement as below.

	if (!at_end) {
	  /* 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);
	}


2. after you spell check a mail and you want to send it , balsa crashes.
haven't figured out how to get rid of this one

any ideas

thanx,
theo 






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]