projects
/
ccan
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compiler: shorten names of attributes, add UNUSED
[ccan]
/
ccan
/
tap
/
tap.c
diff --git
a/ccan/tap/tap.c
b/ccan/tap/tap.c
index a5156aa194a748ecdf8822d49fde91ce7a0a257f..857528a24429fa12e438e6844f356fa6fee40513 100644
(file)
--- a/
ccan/tap/tap.c
+++ b/
ccan/tap/tap.c
@@
-260,7
+260,7
@@
_tap_init(void)
/* stdout needs to be unbuffered so that the output appears
in the same place relative to stderr output as it does
with Test::Harness */
-
setbuf(stdout, 0);
+
//
setbuf(stdout, 0);
run_once = 1;
}
}