]> git.saurik.com Git - apt.git/commit
prevent C++ locale number formatting in text APIs (try 3)
authorDavid Kalnischkies <david@kalnischkies.de>
Tue, 23 Aug 2016 13:11:20 +0000 (15:11 +0200)
committerJulian Andres Klode <jak@debian.org>
Mon, 14 Nov 2016 14:10:03 +0000 (15:10 +0100)
commit1e352b95182da20b1c27360b6270fcdebbe24207
tree975caa3addea4b59ff6ad9ccf2dcc9c6138c8f6e
parent5afa62c02b03161aff2a983647a5894b309ddd6f
prevent C++ locale number formatting in text APIs (try 3)

This time it is the formatting of floating numbers in progress
reporting with a radix charater potentially not being dot.

Followup of 7303e11ff28f920a6277c159aa46f80c007350bb. Regression of
b58e2c7c56b1416a343e81f9f80cb1f02c128e25 in so far as it exchanging
very effected with slightly less effected code.

LP: 1611010
(cherry picked from commit 0919f1df552ddf022ce4508cbf40e04eae5ef896)
apt-pkg/acquire.cc
apt-pkg/install-progress.cc