summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Domenech Goulart <mario@ossystems.com.br>2012-08-08 11:03:19 -0300
committerTakashi Iwai <tiwai@suse.de>2012-08-08 16:29:03 +0200
commitc34f74c818c6ced0aa8e8b7002ba37b14c5de71b (patch)
tree48710e1febfb3eb161bb9d5ed707ae4995bc30d9
parente16a9a04b190c1c7981d9c65c08c504b9a23fe37 (diff)
downloadalsa-lib-c34f74c818c6ced0aa8e8b7002ba37b14c5de71b.tar.gz
test/latency.c: Fix string argument to getopt_long, so now it handles -E and -B
Signed-off-by: Takashi Iwai <tiwai@suse.de>
-rw-r--r--test/latency.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/latency.c b/test/latency.c
index e9bc6d84..f3d2eb6f 100644
--- a/test/latency.c
+++ b/test/latency.c
@@ -502,7 +502,7 @@ int main(int argc, char *argv[])
morehelp = 0;
while (1) {
int c;
- if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:s:bpen", long_option, NULL)) < 0)
+ if ((c = getopt_long(argc, argv, "hP:C:m:M:F:f:c:r:B:E:s:bpen", long_option, NULL)) < 0)
break;
switch (c) {
case 'h':