From: pk910 Date: Wed, 10 Aug 2011 01:00:00 +0000 (+0200) Subject: fixed last commit X-Git-Tag: v5.3~630 X-Git-Url: http://git.pk910.de/?a=commitdiff_plain;h=d7bc53418c162f71c713b21a46e9dc5a3aa4becc;p=NeonServV5.git fixed last commit --- diff --git a/IRCParser.c b/IRCParser.c index 670d287..0d9e7cc 100644 --- a/IRCParser.c +++ b/IRCParser.c @@ -23,7 +23,7 @@ int parse_lines(struct ClientSocket *client, char *lines, int len) { used = i+1; } } - return startpos; + return used; } static void parse_line(struct ClientSocket *client, char *line) {