summaryrefslogtreecommitdiff
path: root/audio/mpg123/patches/patch-as
blob: 458c6881cfde569e5e3a75c567b07e82ec431a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-as,v 1.1 2005/01/07 14:52:13 drochner Exp $

--- common.c.orig	1999-06-15 23:24:19.000000000 +0200
+++ common.c
@@ -123,7 +123,7 @@ int head_check(unsigned long head)
 	return FALSE;
     if(!((head>>17)&3))
 	return FALSE;
-    if( ((head>>12)&0xf) == 0xf)
+    if( ((head>>12)&0xf) == 0xf || ((head>>12)&0xf) == 0) 
 	return FALSE;
     if( ((head>>10)&0x3) == 0x3 )
 	return FALSE;