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
d9eaa43a
Commit
d9eaa43a
authored
Apr 08, 2010
by
antirez
Browse files
last change reverted as it was unstable... more testing needed
parent
884d4b39
Changes
1
Show whitespace changes
Inline
Side-by-side
dict.c
View file @
d9eaa43a
...
...
@@ -519,7 +519,7 @@ void dictEnableResize(void) {
}
void
dictDisableResize
(
void
)
{
dict_can_resize
=
0
;
dict_can_resize
=
1
;
}
/* ----------------------- StringCopy Hash Table Type ------------------------*/
...
...
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