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)
commite04759fbabde02c97f362e541380921d86a6af57
tree3669d1825ea5e57ecf4164bed10769929064b3e1
parent87168bf6b36b49850e88d394f0b9b72d9dcf493e
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 -)-----
(This used to be commit e86fd87a3806f4c161a8f887bbdd4d400ae56ac2)
source3/Makefile.in
source3/utils/debug2html.c