changeset 1204:76e6b66fb859 trunk

[svn] - compiles warningless inside the audacious buildsystem now
author nenolod
date Wed, 14 Jun 2006 00:01:26 -0700
parents a09393433f83
children ba0ce9c62110
files ChangeLog audtool/audtool.c
diffstat 2 files changed, 13 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Wed Jun 14 00:00:37 2006 -0700
+++ b/ChangeLog	Wed Jun 14 00:01:26 2006 -0700
@@ -1,3 +1,14 @@
+2006-06-14 07:00:37 +0000  William Pitcock <nenolod@nenolod.net>
+  revision [1320]
+  - OMKize Makefile (examples not installed yet)
+  - fix a warning
+  
+
+  Changes:        Modified:
+  +22 -36         trunk/audtool/Makefile.in  
+  +6 -6           trunk/audtool/audtool.c  
+
+
 2006-06-14 06:57:16 +0000  William Pitcock <nenolod@nenolod.net>
   revision [1318]
   - temporal: copy the original Makefile as a template for OMKizing.
--- a/audtool/audtool.c	Wed Jun 14 00:00:37 2006 -0700
+++ b/audtool/audtool.c	Wed Jun 14 00:01:26 2006 -0700
@@ -557,7 +557,7 @@
 
 void playqueue_add(gint session, gint argc, gchar **argv)
 {
-	gint length, i;
+	gint i;
 
 	if (argc < 3)
 	{
@@ -580,7 +580,7 @@
 
 void playqueue_remove(gint session, gint argc, gchar **argv)
 {
-	gint length, i;
+	gint i;
 
 	if (argc < 3)
 	{