Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
audacious.cc: print_audacious_filename(): fix always empty $audacious…
…_filename print_audacious_filename() always returns an empty (zero-length) $audacious_filename, due to one of the std::min() operators always being 0. Removing the std::min() construct fixes the problem. Fixes #1175.
- Loading branch information