# HG changeset patch # User jcdutton # Date 1031013708 0 # Node ID 0fbef4901e2cd3eb6e7185614ebba805eec4d69c # Parent 929f732a0135a5e8d46e606250868df617ffe281 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. diff -r 929f732a0135 -r 0fbef4901e2c dvdnav.c --- 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(). * diff -r 929f732a0135 -r 0fbef4901e2c dvdnav_internal.h.in --- a/dvdnav_internal.h.in Mon Sep 02 03:20:01 2002 +0000 +++ b/dvdnav_internal.h.in Tue Sep 03 00:41:48 2002 +0000 @@ -60,7 +60,7 @@ #endif /* where should libdvdnav write its messages (stdout/stderr) */ -#define MSG_OUT stderr +#define MSG_OUT stdout typedef struct read_cache_s read_cache_t; diff -r 929f732a0135 -r 0fbef4901e2c searching.c --- a/searching.c Mon Sep 02 03:20:01 2002 +0000 +++ b/searching.c Tue Sep 03 00:41:48 2002 +0000 @@ -344,6 +344,7 @@ vts_ttn = this->vm->state.VTS_TTN_REG; vts = this->vm->state.vtsN; + /* FIXME: pr should be found by searching the VTS_SRPT table. Not just the pgN */ if(pr) { *pr = this->vm->state.pgN; }