Update of /cvsroot/alsa/alsa-utils/alsactl
In directory sc8-pr-cvs1:/tmp/cvs-serv6264

Modified Files:
        alsactl.c 
Log Message:
fixed the command line options.



Index: alsactl.c
===================================================================
RCS file: /cvsroot/alsa/alsa-utils/alsactl/alsactl.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- alsactl.c   4 Dec 2002 14:41:32 -0000       1.49
+++ alsactl.c   7 Jan 2003 13:44:08 -0000       1.50
@@ -1332,7 +1332,7 @@
        while (1) {
                int c;
 
-               if ((c = getopt_long(argc, argv, "hf:dlev", long_option, NULL)) < 0)
+               if ((c = getopt_long(argc, argv, "hf:Fdv", long_option, NULL)) < 0)
                        break;
                switch (c) {
                case 'h':



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to