Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Adam Jackson
xserver
Commits
85f650c9
Commit
85f650c9
authored
Nov 23, 2008
by
Matthieu Herrb
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing action in if statement.
parent
bc0c7075
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
hw/xfree86/common/xf86Configure.c
hw/xfree86/common/xf86Configure.c
+1
-0
No files found.
hw/xfree86/common/xf86Configure.c
View file @
85f650c9
...
...
@@ -780,6 +780,7 @@ DoConfigure()
if
(
!
(
filename
=
(
char
*
)
xalloc
(
strlen
(
home
)
+
strlen
(
configfile
)
+
3
)))
goto
bail
;
if
(
home
[
0
]
==
'/'
&&
home
[
1
]
==
'\0'
)
home
[
0
]
=
'\0'
;
...
...
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