diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 22:18:14 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-04-29 22:18:14 +0000 |
commit | 6f64c822726f2251104f9e67acb05e63825d3ffb (patch) | |
tree | b13f4e87ff0bda530f101be2bec2ec57d4869a95 /src | |
parent | c226b5c184993b4dc09816e4da08a533b656f934 (diff) | |
download | xine-lib-6f64c822726f2251104f9e67acb05e63825d3ffb.tar.gz xine-lib-6f64c822726f2251104f9e67acb05e63825d3ffb.tar.bz2 |
Oops. put xine back.
CVS patchset: 4713
CVS date: 2003/04/29 22:18:14
Diffstat (limited to 'src')
-rw-r--r-- | src/input/libdvdnav/dvdnav.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input/libdvdnav/dvdnav.c b/src/input/libdvdnav/dvdnav.c index c319c712b..923f9736d 100644 --- a/src/input/libdvdnav/dvdnav.c +++ b/src/input/libdvdnav/dvdnav.c @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: dvdnav.c,v 1.26 2003/04/29 21:55:49 jcdutton Exp $ + * $Id: dvdnav.c,v 1.27 2003/04/29 22:18:14 jcdutton Exp $ * */ @@ -70,7 +70,7 @@ dvdnav_status_t dvdnav_open(dvdnav_t** dest, const char *path) { struct timeval time; /* Create a new structure */ - fprintf(MSG_OUT, "libdvdnav: Using dvdnav version %s from http://dvd.sf.net\n", VERSION); + fprintf(MSG_OUT, "libdvdnav: Using dvdnav version %s from http://xine.sf.net\n", VERSION); (*dest) = NULL; this = (dvdnav_t*)malloc(sizeof(dvdnav_t)); |