Skip to content
Snippets Groups Projects
Commit b162841d authored by Per Cederqvist's avatar Per Cederqvist
Browse files

Replaced " \t\n\r" with WHITESPACE.

parent c976f8b9
No related branches found
No related tags found
No related merge requests found
......@@ -249,7 +249,7 @@ prot_a_get_token(Connection *client)
old_first = client->first_to_parse;
result = s_strtok(client->unparsed, &client->first_to_parse,
s_fcrea_str(" \t\n\r"));
s_fcrea_str(WHITESPACE));
/* Check that there was at least one trailing blank. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment