[xiph-cvs] cvs commit: log log.c log.h

Jack Moffitt jack at xiph.org
Sat Oct 20 09:47:02 PDT 2001



jack        01/10/20 09:47:02

  Modified:    .        log.c log.h
  Log:
  Minor cleanup.

Revision  Changes    Path
1.4       +1 -1      log/log.c

Index: log.c
===================================================================
RCS file: /usr/local/cvsroot/log/log.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- log.c	2001/10/20 05:13:12	1.3
+++ log.c	2001/10/20 16:47:01	1.4
@@ -95,7 +95,7 @@
 int log_open_with_buffer(const char *filename, int size)
 {
         /* not implemented */
-	return 0;
+	return LOG_ENOTIMPL;
 }
 
 void log_set_level(int log_id, int level)

1.2       +1 -0      log/log.h

Index: log.h
===================================================================
RCS file: /usr/local/cvsroot/log/log.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log.h	2001/09/10 02:32:03	1.1
+++ log.h	2001/10/20 16:47:01	1.2
@@ -5,6 +5,7 @@
 #define LOG_ENOMORELOGS -2
 #define LOG_ECANTOPEN -3
 #define LOG_ENOTOPEN -4
+#define LOG_ENOTIMPL -5
 
 
 void log_initialize();

--- >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