Commit 1da735abd1a375acd04d4f5cffd1176738c99098

Authored by Georg Hopp
1 parent d30c33ed

fix typo

@@ -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