Files
third_party_elfutils/debuginfod
Frank Ch. Eigler ea7eb6934b debuginfod-client thinko: non-default progressfn extra output
A previous commit changed the default_progressfn output format
to \rFOOBAR, to be terminated by an \n when the download finished.
The \n terminator was conditional on the wrong thing (env var
setting, rather than actual progressfn setting), so the \n could
be printed even if an app overrode the default.
2020-03-24 21:34:37 -04:00
..