From: Vivien Delmon Date: Mon, 5 Sep 2011 15:20:05 +0000 (+0200) Subject: Revert "[BUG] Use POSIX local before call to GDCM" X-Git-Tag: v1.3.0~236^2~2 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=41321d5733a965fdf2df532e9fc17fb8e52995b3;p=clitk.git Revert "[BUG] Use POSIX local before call to GDCM" This reverts commit a1dbb1f955409410f9402f9f257482a03bb5d5d6. Corrected by 98eb0c23b8066792d7a77e571fb7d48c9fe02db6. --- diff --git a/vv/vvQDicomSeriesSelector.cxx b/vv/vvQDicomSeriesSelector.cxx index 48397bc..c1f8215 100644 --- a/vv/vvQDicomSeriesSelector.cxx +++ b/vv/vvQDicomSeriesSelector.cxx @@ -315,7 +315,6 @@ QString vvDicomSeriesSelector::MakeDicomInfo(std::string & s, const gdcm::Reader #else QString vvDicomSeriesSelector::MakeDicomInfo(std::string & s, gdcm::File *header) { - setlocale(LC_NUMERIC, "POSIX"); QString n = QString("%1").arg(mListOfSeriesFilenames[s]->size()); QString size = QString("%1x%2x%3") .arg(header->GetXSize())