[xiph-cvs] cvs commit: dryice/src core.c

Arc arc at xiph.org
Wed Mar 3 22:35:16 PST 2004



arc         04/03/04 01:35:16

  Modified:    .        AUTHORS
               src      core.c
  Log:
  added Karl to AUTHORS, disabled config file stuff in core.c for now

Revision  Changes    Path
1.2       +1 -1      dryice/AUTHORS

Index: AUTHORS
===================================================================
RCS file: /usr/local/cvsroot/dryice/AUTHORS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- AUTHORS	2 Mar 2004 03:32:01 -0000	1.1
+++ AUTHORS	4 Mar 2004 06:35:16 -0000	1.2
@@ -1,2 +1,2 @@
 Arc Riley <arc at xiph.org>
-
+Karl Heyes <karl at xiph.org>

<p><p>1.2       +6 -3      dryice/src/core.c

Index: core.c
===================================================================
RCS file: /usr/local/cvsroot/dryice/src/core.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- core.c	2 Mar 2004 03:32:02 -0000	1.1
+++ core.c	4 Mar 2004 06:35:16 -0000	1.2
@@ -17,7 +17,7 @@
  *    along with this program; if not, write to the Free Software
  *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  *
- *   last mod: $Id: core.c,v 1.1 2004/03/02 03:32:02 arc Exp $
+ *   last mod: $Id: core.c,v 1.2 2004/03/04 06:35:16 arc Exp $
  */
 
 #include <stdio.h>
@@ -36,7 +36,8 @@
 {
   fprintf (stderr,
            "Usage: %s <options>\n"
-           " -c <file>            location of configuration file to use\n");
+           " -c <file>            location of configuration file to use\n",
+           (char*)basename(pname));
   exit (1);
 }
 
@@ -47,6 +48,9 @@
 
   int c;
 
+
+/* This obviously needs more work 
+
   while ((c = getopt (argc, argv, "c:")) != EOF) {
     switch (c) {
       case 'c':
@@ -58,7 +62,6 @@
     }
   }
 
-/* This obviously needs more work 
 
   if ((config = fopen(config_filename, "r")) == NULL) {
     printf("Could not open configuration file\n", config_filename);

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list