gcc484perl-5.22
Last change
on this file since d7191d1 was
c5c522c,
checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago
|
initial commit, transferred from cleaned syn3 svn tree
|
-
Property mode set to
100644
|
File size:
565 bytes
|
Rev | Line | |
---|
[c5c522c] | 1 | diff -urb libvmime-0.9.2.orig/src/platforms/posix/posixHandler.cpp libvmime-0.9.2/src/platforms/posix/posixHandler.cpp |
---|
| 2 | --- libvmime-0.9.2.orig/src/platforms/posix/posixHandler.cpp 2009-12-09 12:23:06.000000000 +0100 |
---|
| 3 | +++ libvmime-0.9.2/src/platforms/posix/posixHandler.cpp 2014-01-17 17:42:08.000000000 +0100 |
---|
| 4 | @@ -153,11 +153,7 @@ |
---|
| 5 | { |
---|
| 6 | const PLockHelper lock; |
---|
| 7 | |
---|
| 8 | - const char* prevLocale = ::setlocale(LC_ALL, ""); |
---|
| 9 | - vmime::charset ch(::nl_langinfo(CODESET)); |
---|
| 10 | - ::setlocale(LC_ALL, prevLocale); |
---|
| 11 | - |
---|
| 12 | - return (ch); |
---|
| 13 | + return vmime::charset(::nl_langinfo(CODESET)); |
---|
| 14 | } |
---|
| 15 | |
---|
| 16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.