summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 11:33:16 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-10-03 11:33:16 +0200
commit763c8cfbc8fdd6f11658fadb61049f3b204f8d26 (patch)
treee5b79fc540f1d6f5afbdf309f1d16c059705800f
parentee61b511d4a2d69e32dc30e2fdc792cbd7632af8 (diff)
New aiorecord/aioplay stub programs.
-rw-r--r--src/aiorecord.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/aiorecord.cc b/src/aiorecord.cc
index d3eb061..437c50b 100644
--- a/src/aiorecord.cc
+++ b/src/aiorecord.cc
@@ -189,10 +189,9 @@ int main(int argc, char *argv[])
}
char bar[33];
memset(bar, '#', sizeof(bar));
- bar[max / 10000] = '\0';
- printf("\r%s"
- " "
- "\n", bar);
+ bar[max / 1000] = '\0';
+ printf("\rVU: %s"
+ " ", bar);
}
}
fclose(fp);