Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
fd589829
Commit
fd589829
authored
Jul 07, 2011
by
Pieter Noordhuis
Browse files
Use macro
parent
3672c746
Changes
1
Hide whitespace changes
Inline
Side-by-side
parser.c
View file @
fd589829
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment