Fixed a small bug in debug2html. It wasn't properly checking EOF. The
authorChristopher R. Hertel <crh@samba.org>
Tue, 27 Oct 1998 23:28:29 +0000 (23:28 +0000)
committerChristopher R. Hertel <crh@samba.org>
Tue, 27 Oct 1998 23:28:29 +0000 (23:28 +0000)
commite86fd87a3806f4c161a8f887bbdd4d400ae56ac2
tree1cb478ccb5aeb61c0834967dd3550877435dfb24
parent26fcdfd082e84df675ad06c7ba8c0cdbf07eed98
Fixed a small bug in debug2html.  It wasn't properly checking EOF.  The
current status is "it works".  I need to add some syntax error recovery
and a usage message.  Basic stuff.

I've also modified Makefile.in.  If you want to compile it you'll have to
do a 'make debug2html', as I used smbtorture as a model.  We can decide
later if this tool is useful enough to be compiled always.

BTW, a 'make realclean' fails because the bin directory isn't empty.
That's because it doesn't delete optionally compiled files such as
smbtorture and debug2html (and because of the CVS subdirectory, but I
think that's only a problem for developers).

Chris -)-----
source/Makefile.in
source/utils/debug2html.c