Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269019
b: refs/heads/master
c: d4ffd04
h: refs/heads/master
i:
  269017: e06773e
  269015: ec72603
v: v3
  • Loading branch information
Jim Cromie authored and Arnaldo Carvalho de Melo committed Sep 29, 2011
1 parent 50b38a8 commit 18ca119
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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: a1bca6cc87fee26f3d9120b3f3418b7edfc91ec2
refs/heads/master: d4ffd04df175f8cab711d7857173285d971a406a
6 changes: 4 additions & 2 deletions trunk/tools/perf/builtin-stat.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,9 +1198,11 @@ int cmd_stat(int argc, const char **argv, const char *prefix __used)
}
}

if (csv_sep)
if (csv_sep) {
csv_output = true;
else
if (!strcmp(csv_sep, "\\t"))
csv_sep = "\t";
} else
csv_sep = DEFAULT_SEPARATOR;

/*
Expand Down

0 comments on commit 18ca119

Please sign in to comment.