summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 11:36:39 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 11:36:39 +0200
commitef43f0550384464c33ca880f5e113ca184eba61f (patch)
tree47b5f94abe71f0b40fa35beabedc702252526cac
parentfd895dd0cc6df8ae894cc0c3230c327c2db3308d (diff)
New aiorecord/aioplay stub programs.
-rw-r--r--src/aiorecord.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/aiorecord.cc b/src/aiorecord.cc
index c6d69f0..64ca88f 100644
--- a/src/aiorecord.cc
+++ b/src/aiorecord.cc
@@ -190,7 +190,7 @@ int main(int argc, char *argv[])
char bar[65];
memset(bar, '#', sizeof(bar));
bar[max / 1000] = '\0';
- printf("\rVU: %s ", bar);
+ printf("\rVU [% 6d]: %s ", max, bar);
fflush(stdout);
}
}