changeset 2327:921b2d8d9b2e trunk

[svn] Fixed: audtool.c:883: warning: implicit declaration of function 'strncmp'
author js
date Sat, 13 Jan 2007 16:09:38 -0800
parents 094cac62c904
children d88558b0de0a
files ChangeLog src/audtool/audtool.c
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Jan 13 16:07:48 2007 -0800
+++ b/ChangeLog	Sat Jan 13 16:09:38 2007 -0800
@@ -1,3 +1,10 @@
+2007-01-14 00:07:48 +0000  Jonathan Schleifer <js@h3c.de>
+  revision [3662]
+  Fixed: configdb_rcfile.c:57: warning: suggest parentheses around assignment used as truth value
+  trunk/src/libaudacious/configdb_rcfile.c |    2 +-
+  1 file changed, 1 insertion(+), 1 deletion(-)
+
+
 2007-01-13 23:04:38 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [3660]
   - revert r3646 because it is not a user-friendly method of transitioning.
--- a/src/audtool/audtool.c	Sat Jan 13 16:07:48 2007 -0800
+++ b/src/audtool/audtool.c	Sat Jan 13 16:09:38 2007 -0800
@@ -17,6 +17,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <glib.h>
 #include <locale.h>
 #include "libaudacious/beepctrl.h"