Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
12eef9b5
...
12eef9b55bc53cdeeb81f2e68442eec4a3d1db71
authored
2005-06-12 20:48:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(get_charset): Make sure output_charset is not NULL.
1 parent
ed72952c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
frm/common.c
frm/common.c
View file @
12eef9b
...
...
@@ -92,10 +92,10 @@ get_charset ()
output_charset
=
xstrdup
(
output_charset
);
else
output_charset
=
mu_charset_lookup
(
lang
,
terr
);
if
(
!
output_charset
)
output_charset
=
"ASCII"
;
}
if
(
!
output_charset
)
output_charset
=
"ASCII"
;
}
return
output_charset
;
}
...
...
Please
register
or
sign in
to post a comment