openbsd-ports/audio/soundtracker/patches/patch-app_audioconfig_c
2002-07-30 06:51:15 +00:00

13 lines
402 B
Plaintext

$OpenBSD: patch-app_audioconfig_c,v 1.1 2002/07/30 06:51:15 wcobb Exp $
--- app/audioconfig.c.orig Tue Jul 30 02:45:44 2002
+++ app/audioconfig.c Tue Jul 30 02:46:22 2002
@@ -163,7 +163,7 @@ static void
audioconfig_object_changed (void *a,
void *b)
{
- unsigned n = (int)b;
+ unsigned n = GPOINTER_TO_INT(b);
GList *l;
gchar *insertbuf[2] = { NULL };
int i, active = -1;