Mercurial > libdvdnav.hg
changeset 380:3e3119415275 src
remove obsolete URL from info message (until we get a proper homepage)
author | rathann |
---|---|
date | Wed, 11 Jun 2008 18:06:43 +0000 |
parents | 5f2ccadb2123 |
children | 04e184087151 |
files | dvdnav.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dvdnav.c Sun Jun 08 09:12:14 2008 +0000 +++ b/dvdnav.c Wed Jun 11 18:06:43 2008 +0000 @@ -81,7 +81,7 @@ 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\n", VERSION); (*dest) = NULL; this = (dvdnav_t*)malloc(sizeof(dvdnav_t));