From e76e3245de4cddee3d7921cc67f1bfd30ce9cabd Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Wed, 28 Sep 2011 19:18:26 +0200 Subject: Revert "find_by_id: Fix lookup" This reverts commit c1cf0a71cfd8aa3441e57592e17de0d34823d305. --- src/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/io.c') diff --git a/src/io.c b/src/io.c index b3227eb..e3b9bcb 100644 --- a/src/io.c +++ b/src/io.c @@ -105,7 +105,7 @@ process_line(char *line) cmd[strlen(ctx->commands[i].name)] != ' ') continue; - ctx->commands[i].callback(ctx, 0, NULL); + ctx->commands[i].callback(ctx); break; } } -- cgit