Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Main
Synchronet
Commits
48a29fe8
Commit
48a29fe8
authored
Jun 30, 2012
by
deuce
Browse files
Fix warning.
parent
129f46a5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/sbbs3/str_util.c
src/sbbs3/str_util.c
+1
-1
No files found.
src/sbbs3/str_util.c
View file @
48a29fe8
...
...
@@ -703,7 +703,7 @@ uint32_t DLLCALL str_to_bits(uint32_t val, const char *str)
{
/* op can be 0 for replace, + for add, or - for remove */
int
op
=
0
;
char
*
s
;
const
char
*
s
;
char
ctrl
;
for
(
s
=
str
;
*
s
;
s
++
)
{
...
...
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