chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Suppress no-collection log message for scratches
[disorder]
/
lib
/
configuration.c
diff --git
a/lib/configuration.c
b/lib/configuration.c
index 443d60b5e93fb7e5194fdd15694684023619e3b0..e2af880368ee04290c147167c7be6b988ef83e08 100644
(file)
--- a/
lib/configuration.c
+++ b/
lib/configuration.c
@@
-365,7
+365,7
@@
static int parse_sample_format(const struct config_state *cs,
return -1;
}
if(t != 8 && t != 16) {
- disorder_error(0, "%s:%d: bad bit
e
-per-sample (%ld)",
+ disorder_error(0, "%s:%d: bad bit
s
-per-sample (%ld)",
cs->path, cs->line, t);
return -1;
}