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
f77edf42
Unverified
Commit
f77edf42
authored
Dec 11, 2018
by
Salvatore Sanfilippo
Committed by
GitHub
Dec 11, 2018
Browse files
Merge pull request #5665 from louiszhw/unstable
fix comments fault discription
parents
e8529d1b
b1e35d32
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/sds.c
View file @
f77edf42
...
@@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
...
@@ -695,7 +695,7 @@ sds sdscatfmt(sds s, char const *fmt, ...) {
* s = sdstrim(s,"Aa. :");
* s = sdstrim(s,"Aa. :");
* printf("%s\n", s);
* printf("%s\n", s);
*
*
* Output will be just "Hello
World".
* Output will be just "HelloWorld".
*/
*/
sds
sdstrim
(
sds
s
,
const
char
*
cset
)
{
sds
sdstrim
(
sds
s
,
const
char
*
cset
)
{
char
*
start
,
*
end
,
*
sp
,
*
ep
;
char
*
start
,
*
end
,
*
sp
,
*
ep
;
...
...
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