Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
LSH
lsh
Commits
3ab841d2
Commit
3ab841d2
authored
Sep 25, 2001
by
Niels Möller
Browse files
Bugfix, local variable declared in the middle of block.
Rev: src/client_x11.c:1.13
parent
7ef7c278
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/client_x11.c
View file @
3ab841d2
...
...
@@ -523,9 +523,9 @@ parse_display(struct client_x11_display *self, const char *display)
/* Get display number */
{
char
*
end
;
num
=
display
;
char
*
end
;
display_num
=
strtol
(
display
,
&
end
,
0
);
num_length
=
end
-
num
;
...
...
Write
Preview
Supports
Markdown
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