summaryrefslogtreecommitdiffstats
path: root/src/server/Buffer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/Buffer.cpp')
-rw-r--r--src/server/Buffer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/Buffer.cpp b/src/server/Buffer.cpp
index fffc86b0..371c7cbf 100644
--- a/src/server/Buffer.cpp
+++ b/src/server/Buffer.cpp
@@ -435,7 +435,7 @@ Buffer::dump_cv(const RunContext& context) const
for (uint32_t i = 0; i < context.nframes(); ++i) {
if (samples()[i] != value) {
value = samples()[i];
- fprintf(stderr, " %4d: %.02f\n", i, value);
+ fprintf(stderr, " %4u: %.02f\n", i, value);
}
}
fprintf(stderr, "}\n");