changeset 1730:89ae48184e4b trunk

[svn] - remove redundant test
author nenolod
date Sat, 16 Sep 2006 22:44:14 -0700
parents 3ee4c6d45c27
children 7a5e936e4b7f
files ChangeLog configure.ac
diffstat 2 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Sep 16 19:37:08 2006 -0700
+++ b/ChangeLog	Sat Sep 16 22:44:14 2006 -0700
@@ -1,3 +1,12 @@
+2006-09-17 02:37:08 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [2395]
+  Fixed unused variable and missing type conversion
+
+  Changes:        Modified:
+  +1 -1           trunk/Plugins/Container/xspf/xspf.c  
+  +4 -2           trunk/Plugins/Visualization/paranormal/client.c  
+
+
 2006-09-17 02:21:06 +0000  Jonathan Schleifer <js@h3c.de>
   revision [2393]
   Add #undef FSCALE, since it's already defined on OpenBSD
--- a/configure.ac	Sat Sep 16 19:37:08 2006 -0700
+++ b/configure.ac	Sat Sep 16 22:44:14 2006 -0700
@@ -654,7 +654,7 @@
     AC_CHECK_HEADERS(machine/soundcard.h)
     CFLAGS=$CFLAGS_save
 
-    if test "${ac_cv_header_soundcard_h}" = "yes" || "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes" || test "${ac_cv_header_soundcard_h}" = "yes"; then
+    if test "${ac_cv_header_soundcard_h}" = "yes" || "${ac_cv_header_sys_soundcard_h}" = "yes" || test "${ac_cv_header_machine_soundcard_h}" = "yes"; then
         have_oss=yes
     fi