Commit fd589829 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Use macro

parent 3672c746
...@@ -392,7 +392,7 @@ size_t redis_parser_execute(redis_parser_t *parser, redis_protocol_t **dst, cons ...@@ -392,7 +392,7 @@ size_t redis_parser_execute(redis_parser_t *parser, redis_protocol_t **dst, cons
/* Always move back to start state */ /* Always move back to start state */
state = s_type_char; state = s_type_char;
pos++; nread++; ADVANCE(1);
continue; continue;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment