]> git.alsa-project.org Git - alsa-lib.git/commitdiff
test/latency.c: Fix string argument to getopt_long, so now it handles -E and -B
authorMario Domenech Goulart <mario@ossystems.com.br>
Wed, 8 Aug 2012 14:03:19 +0000 (11:03 -0300)
committerTakashi Iwai <tiwai@suse.de>
Wed, 8 Aug 2012 14:29:03 +0000 (16:29 +0200)
Signed-off-by: Takashi Iwai <tiwai@suse.de>
test/latency.c

index e9bc6d8408a32955d058433d29bd1c8d6b0bd8f2..f3d2eb6fa1b1330fc47c75c6f4cdcd3eee83f891 100644 (file)
@@ -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':