mirror of
https://github.com/mackron/miniaudio.git
synced 2026-04-21 15:56:58 +02:00
Fix a diagnostic error.
This commit is contained in:
@@ -224,7 +224,7 @@ int main(int argc, char** argv)
|
||||
}
|
||||
|
||||
if (!try_parse_uint32_in_range(argv[iarg], &linearOrder, 0, 8)) {
|
||||
printf("Expecting a number between 0 and 8 for --linear-order.\n");
|
||||
printf("Expecting a number between 0 and %d for --linear-order.\n", MA_MAX_FILTER_ORDER);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user