diff src/audacious/output.c @ 4278:0a9e1d9eae7b

Fix some warnings.
author William Pitcock <nenolod@atheme.org>
date Mon, 11 Feb 2008 03:57:30 -0600
parents 32bb5ea701ed
children af324ff0a983
line wrap: on
line diff
--- a/src/audacious/output.c	Mon Feb 11 05:35:58 2008 +0100
+++ b/src/audacious/output.c	Mon Feb 11 03:57:30 2008 -0600
@@ -255,8 +255,8 @@
 static SAD_dither_t *sad_state_from_float = NULL;
 static float *sad_float_buf = NULL;
 static void *sad_out_buf = NULL;
-static guint sad_float_buf_length = 0;
-static guint sad_out_buf_length = 0;
+static gsize sad_float_buf_length = 0;
+static gsize sad_out_buf_length = 0;
 static ReplayGainInfo replay_gain_info = {
     .track_gain = 0.0,
     .track_peak = 0.0,