summaryrefslogtreecommitdiff
path: root/audio/audacity/patches/patch-ap
blob: a443ea56754989b17e0dd58d69d5157e1c894d2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ap,v 1.2 2002/10/04 08:59:37 jlam Exp $

--- snd/sndhead.h.orig	Wed Jun  5 00:51:19 2002
+++ snd/sndhead.h
@@ -1,7 +1,7 @@
 /* sndhead.h -- header info */
 
 /* NeXT sound headers */
-#define NEXT_SND_MAGIC (*((int32_t *) ".snd"))  // was: ((int)0x2e736e64)
+#define NEXT_SND_MAGIC (sndmagic.i[0])          // was: ((int)0x2e736e64)
 #define NEXT_SND_FORMAT_UNSPECIFIED		(0)
 #define	NEXT_SND_FORMAT_ULAW_8			(1)
 #define NEXT_SND_FORMAT_LINEAR_8		(2)