Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199436
b: refs/heads/master
c: c4fe52a
h: refs/heads/master
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed May 27, 2010
1 parent bd46d66 commit a633aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5ad90e4ea4a096af9f0a362e34dfae5686a191ef
refs/heads/master: c4fe52a8ee730ed340eba8fe6ccbf26347ebe9aa
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/debug.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ int eprintf(int level, const char *fmt, ...)

if (verbose >= level) {
va_start(args, fmt);
if (use_browser)
if (use_browser > 0)
ret = browser__show_help(fmt, args);
else
ret = vfprintf(stderr, fmt, args);
Expand Down

0 comments on commit a633aa3

Please sign in to comment.