mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
dtcm: Coverity 89113
This commit is contained in:
parent
e418fe0842
commit
82f29143b0
1 changed files with 1 additions and 0 deletions
|
@ -266,6 +266,7 @@ getCharSet(char * charset)
|
|||
|
||||
if (mimeCS) {
|
||||
strcpy(charset, mimeCS);
|
||||
free(mimeCS);
|
||||
} else {
|
||||
strcpy(charset, "us-ascii"); /* default MIME codeset */
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue