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
904bd040
"vscode:/vscode.git/clone" did not exist on "2b278a3394ab6b32b4bdcb7db56323649622f784"
Commit
904bd040
authored
Jul 17, 2014
by
Lynn
Committed by
antirez
Oct 06, 2014
Browse files
Remove surplus double quotes
Closes #1877
parent
04b6945e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/sds.c
View file @
904bd040
...
@@ -43,7 +43,7 @@
...
@@ -43,7 +43,7 @@
* The string is always null-termined (all the sds strings are, always) so
* The string is always null-termined (all the sds strings are, always) so
* even if you create an sds string with:
* even if you create an sds string with:
*
*
* mystring = sdsnewlen("abc",3
"
);
* mystring = sdsnewlen("abc",3);
*
*
* You can print the string with printf() as there is an implicit \0 at the
* You can print the string with printf() as there is an implicit \0 at the
* end of the string. However the string is binary safe and can contain
* end of the string. However the string is binary safe and can contain
...
...
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