Hi Blair,

I just discovered that the version of XDEL that you have kittenized has a small bug: it crashes if the language file is not found.

This is due to a small problem in kitten.c line 255:
  while (nlsptr != NULL)
should be:
  while (nlsptr && nlsptr[0])
or it does not stop at the end of the string.

As I have seen that other kittenized FreeDOS programs don't have this bug, could it be that it is a bug in some newer version of KITTEN?

thanks,
Alain


-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.  Get Certified Today
Register for a JBoss Training Course.  Free Certification Exam
for All Training Attendees Through End of 2005. For more info visit:
http://ads.osdn.com/?ad_id=7628&alloc_id=16845&op=click
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to