]> git.saurik.com Git - apt.git/commit
avoid changing the global LC_TIME for Release writing
authorDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 May 2016 10:41:12 +0000 (12:41 +0200)
committerDavid Kalnischkies <david@kalnischkies.de>
Sat, 28 May 2016 10:46:37 +0000 (12:46 +0200)
commite0b01a85bd8395449a88e1806ea4a4e3acdbac33
treee5a5c295adc1ab0766999076265779e0d3f9e031
parent9febc2b238e1e322dce1f94ecbed46d595893b52
avoid changing the global LC_TIME for Release writing

Using C++ here avoids calling setlocale here which never really was that
ideal, but needed to avoid locale specific weekday/month names.
ftparchive/writer.cc