|
From: Jim H. <jh...@fr...> - 2018-05-10 23:59:02
|
> On Tue, May 8, 2018 at 9:44 AM, Jim Hall <jh...@fr...> wrote: >> >> I'm a bit embarrassed to ask about this, since I wrote the Kitten >> library. But it's been a very long time since I used Kitten, and I'm >> having trouble using Kitten in a simple program. >>[..] Did some debugging tonight, added a bunch of debug messages and whatnot to see where Kitten might be failing in OpenWatcom. Long story made short: my TEST.TR file had the EOL at the end of the first (and only) line. Oops. Kitten catalog files require proper line endings, and EOF at the end of the file. Added a newline so the the EOF at the end of the file (not end of the line) and things worked as expected. |