Showing
1 changed file
with
1 additions
and
1 deletions
@@ -132,7 +132,7 @@ _clientGetLineDelimiter(tClient * client, const char * delim, unsigned int len) | @@ -132,7 +132,7 @@ _clientGetLineDelimiter(tClient * client, const char * delim, unsigned int len) | ||
132 | char * | 132 | char * |
133 | clientConsumeLine(tClient * client, const char * delim, unsigned int * len) | 133 | clientConsumeLine(tClient * client, const char * delim, unsigned int * len) |
134 | { | 134 | { |
135 | - char * found = clientGetLine(client, delin, len); | 135 | + char * found = clientGetLine(client, delim, len); |
136 | char * line = NULL; | 136 | char * line = NULL; |
137 | 137 | ||
138 | if (NULL != found) { | 138 | if (NULL != found) { |
Please
register
or
login
to post a comment