changeset 1126:50505f91e6c7 trunk

[svn] (Re)added the description
author zither
date Sat, 26 May 2007 14:50:52 -0700
parents 4a5d64c395f5
children 3fa735fad598
files ChangeLog src/cdaudio/cdaudio.c
diffstat 2 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat May 26 14:44:32 2007 -0700
+++ b/ChangeLog	Sat May 26 14:50:52 2007 -0700
@@ -1,3 +1,10 @@
+2007-05-26 21:44:32 +0000  
+  revision [2416]
+  Added a lot of useful debug output
+  trunk/src/cdaudio-ng/cdaudio-ng.c |   93 +++++++++++++++++++++++++++++++-------
+  1 file changed, 78 insertions(+), 15 deletions(-)
+
+
 2007-05-26 16:38:16 +0000  
   revision [2414]
   Removed Makefile.WRONG
--- a/src/cdaudio/cdaudio.c	Sat May 26 14:44:32 2007 -0700
+++ b/src/cdaudio/cdaudio.c	Sat May 26 14:50:52 2007 -0700
@@ -125,7 +125,7 @@
 InputPlugin cdda_ip = {
     NULL,
     NULL,
-    NULL,                       /* Description */
+    "CD Audio Plugin",                       /* Description */
     cdda_init,
     NULL,                       /* about */
     cdda_configure,