From cdf2fbabedcd3b9e2423cce74225744db1acc178 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 5 Jan 2007 00:00:42 +0000 Subject: README\! --- opentracker.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'opentracker.c') diff --git a/opentracker.c b/opentracker.c index 680caa4..de98bb3 100644 --- a/opentracker.c +++ b/opentracker.c @@ -1,3 +1,8 @@ +/* This software was written by Dirk Engling + It is considered beerware. Prost. Skol. Cheers or whatever. + Some of the stuff below is stolen from Fefes example libowfat httpd. +*/ + #include "socket.h" #include "io.h" #include "buffer.h" @@ -351,7 +356,7 @@ int main() panic("io_fd"); signal( SIGINT, graceful ); - if( init_logic( "." ) == -1 ) + if( init_logic( ) == -1 ) panic("Logic not started"); io_wantread(s); -- cgit v1.2.3