X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/5ee84006635471924157f07fe1ffe75cb253cae5..ba937f0119d6102d2af9cc777cce495e65544952:/lib/eclient.c?ds=inline diff --git a/lib/eclient.c b/lib/eclient.c index a8ca322..941849c 100644 --- a/lib/eclient.c +++ b/lib/eclient.c @@ -1404,7 +1404,7 @@ static void logline(disorder_eclient *c, const char *line) { return; } /* TODO: do something with the time */ - n = TABLE_FIND(logentry_handlers, struct logentry_handler, name, vec[1]); + n = TABLE_FIND(logentry_handlers, name, vec[1]); if(n < 0) return; /* probably a future command */ vec += 2; nvec -= 2;