Mercurial > hg > svcore
diff plugin/FeatureExtractionPluginFactory.cpp @ 608:d7f3dfe6f9a4
* solaris build fixes
author | Chris Cannam |
---|---|
date | Thu, 10 Sep 2009 18:44:45 +0000 |
parents | a70dcfed59c1 |
children | b4a8d8221eaf |
line wrap: on
line diff
--- a/plugin/FeatureExtractionPluginFactory.cpp Thu Sep 10 14:31:49 2009 +0000 +++ b/plugin/FeatureExtractionPluginFactory.cpp Thu Sep 10 18:44:45 2009 +0000 @@ -102,7 +102,8 @@ } // Plugins can change the locale, revert it to default. - setlocale(LC_ALL, "C"); + RestoreStartupLocale(); + return rv; }