diff dvdnav.c @ 89:0fbef4901e2c src

Add a comment so I can tell which version of the CVS a user is using. Also add a FIXME to remind me to fix the Chapter number display.
author jcdutton
date Tue, 03 Sep 2002 00:41:48 +0000
parents ba1121a07120
children 82af243658bd
line wrap: on
line diff
--- a/dvdnav.c	Mon Sep 02 03:20:01 2002 +0000
+++ b/dvdnav.c	Tue Sep 03 00:41:48 2002 +0000
@@ -179,7 +179,7 @@
   struct timeval time;
   
   /* Create a new structure */
-  fprintf(MSG_OUT, "libdvdnav: Using dvdnav version from http://dvd.sf.net\n");
+  fprintf(MSG_OUT, "libdvdnav: Using dvdnav version (devel-ref:jcd1) from http://dvd.sf.net\n");
 
   /* FIXME: We malloc() here, but if an error occurs inside dvdnav_open(),
    * we return but never free() it.
@@ -998,6 +998,10 @@
 
 /*
  * $Log$
+ * Revision 1.34  2002/09/03 00:41:48  jcdutton
+ * Add a comment so I can tell which version of the CVS a user is using.
+ * Also add a FIXME to remind me to fix the Chapter number display.
+ *
  * Revision 1.33  2002/08/31 11:05:27  jcdutton
  * Properly seed the DVD VM Instruction rand().
  *