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
473588c3
Unverified
Commit
473588c3
authored
Apr 21, 2021
by
xsddz
Committed by
GitHub
Apr 21, 2021
Browse files
Fix typo in rdb.c (#8827)
parent
9fab2690
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
473588c3
...
...
@@ -2633,7 +2633,7 @@ eoferr:
* output is initialized and finalized.
*
* If you pass an 'rsi' structure initialied with RDB_SAVE_OPTION_INIT, the
* loading code will fi
i
l the information fields in the structure. */
* loading code will fi
l
l the information fields in the structure. */
int
rdbLoad
(
char
*
filename
,
rdbSaveInfo
*
rsi
,
int
rdbflags
)
{
FILE
*
fp
;
rio
rdb
;
...
...
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