Skip to content
Snippets Groups Projects
Commit fea8a45b authored by Mans Rullgard's avatar Mans Rullgard
Browse files

bits: allow querying verbosity

parent 62ff40b6
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,8 @@ int print_verbosity(int v)
{
int old = verbosity;
verbosity = v;
if (v >= 0)
verbosity = v;
return old;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment