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
LSH
lsh
Commits
662e8661
Commit
662e8661
authored
Sep 01, 1998
by
Niels Möller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use setlocale()
Rev: src/lsh.c:1.2
parent
2a476d30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/lsh.c
src/lsh.c
+4
-0
No files found.
src/lsh.c
View file @
662e8661
...
...
@@ -29,6 +29,10 @@ int main(int argc, char **argv)
int
option
;
struct
sockaddr_in
remote
;
/* For filtering messages. Could perhaps also be used when converting
* strings to and from UTF8. */
setlocale
(
LC_CTYPE
,
""
);
while
((
option
=
getopt
(
argc
,
argv
,
"dp:q"
))
!=
-
1
)
switch
(
option
)
...
...
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