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
RedisLabs Raft
Commits
be217147
"vscode:/vscode.git/clone" did not exist on "33f09f0ff38e55712b70a6311b61e3c5913a5722"
Unverified
Commit
be217147
authored
Oct 20, 2022
by
Ozan Tezcan
Committed by
GitHub
Oct 20, 2022
Browse files
Minor documentation fix (#150)
parent
e1569508
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/Using.md
View file @
be217147
...
...
@@ -443,7 +443,7 @@ int app_raft_store_snapshot_impl(raft_server_t *r,
return
-
1
;
}
off_t
ret_offset
=
lseek
(
fd
,
offset
,
SEEK_
CUR
);
off_t
ret_offset
=
lseek
(
fd
,
offset
,
SEEK_
SET
);
if
(
ret_offset
!=
(
off_t
)
offset
)
{
close
(
fd
);
return
-
1
;
...
...
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