openbsd-ports/x11/afterstep/patches/patch-src_Sound_ASSound_c

13 lines
424 B
Plaintext

$OpenBSD: patch-src_Sound_ASSound_c,v 1.2 2009/12/06 15:09:22 jasper Exp $
--- src/Sound/ASSound.c.orig Wed Apr 1 23:35:09 2009
+++ src/Sound/ASSound.c Thu Dec 3 15:17:09 2009
@@ -159,7 +159,7 @@ PlaySound (int sid)
return;
else if (child == 0)
{
- execlp (SoundPlayer, SoundPlayer, SoundTable[sid]->data, NULL);
+ execlp (SoundPlayer, SoundPlayer, SoundTable[sid]->data, (void *)NULL);
}
else
{