Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
steam
systemd
Commits
f6943caa
Commit
f6943caa
authored
Sep 27, 2010
by
Michael Biebl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Need to use #elif defined(DEBIAN) here...
This fixes a c&p error in
7472744b
parent
7472744b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/locale-setup.c
src/locale-setup.c
+1
-1
No files found.
src/locale-setup.c
View file @
f6943caa
...
...
@@ -135,7 +135,7 @@ int locale_setup(void) {
log_warning
(
"Failed to read /etc/sysconfig/language: %s"
,
strerror
(
-
r
));
}
#ifdef
TARGET_DEBIAN
#
el
if
def
ined(
TARGET_DEBIAN
)
if
(
r
<=
0
&&
(
r
=
parse_env_file
(
"/etc/default/locale"
,
NEWLINE
,
"LANG"
,
&
variables
[
VARIABLE_LANG
],
...
...
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