23a1a784c9
Fix parsing of ID3v1 data, fix some off by one malloc()s and default album author to tracks' author.
13 lines
308 B
Text
13 lines
308 B
Text
$NetBSD: patch-ab,v 1.8 2004/02/20 00:41:16 abs Exp $
|
|
|
|
--- mserv/cmd.c.orig Sat Aug 2 15:26:19 2003
|
|
+++ mserv/cmd.c
|
|
@@ -51,7 +51,7 @@ met:
|
|
#include <math.h>
|
|
#include "mserv.h"
|
|
#include "misc.h"
|
|
-#include "soundcard.h"
|
|
+#include "mservsoundcard.h"
|
|
#include "acl.h"
|
|
#include "filter.h"
|
|
#include "cmd.h"
|