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
redis
Commits
7dbc514d
Commit
7dbc514d
authored
Apr 24, 2012
by
antirez
Browse files
Spurious debugging printf removed.
parent
a76b9063
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ziplist.c
View file @
7dbc514d
...
...
@@ -346,7 +346,6 @@ static int64_t zipLoadInteger(unsigned char *p, unsigned char encoding) {
int16_t i16;
int32_t i32;
int64_t i64, ret = 0;
printf
(
"%02x
\n
"
,
encoding
);
if (encoding == ZIP_INT_8B) {
ret = ((char*)p)[0];
} else if (encoding == ZIP_INT_16B) {
...
...
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