diff src/xs_support.c @ 540:3e4901a89f3d

Audacious kludging.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 21 Feb 2007 03:39:00 +0000
parents fe8b41abd923
children e7e47ba162b1
line wrap: on
line diff
--- a/src/xs_support.c	Wed Feb 21 03:38:05 2007 +0000
+++ b/src/xs_support.c	Wed Feb 21 03:39:00 2007 +0000
@@ -304,7 +304,7 @@
 
 	dp = (guint8 *) p;
 	while (n--)
-		*dp = c;
+		*(dp++) = c;
 
 	return p;
 }