pkgsrc/audio/mserv/patches/patch-am
abs 560bd3297a Update mserv to mserv-0.33nb5:
Correctly parse ID3V2 headers.
2002-10-03 15:46:55 +00:00

15 lines
679 B
Text

$NetBSD: patch-am,v 1.1 2002/10/03 15:46:59 abs Exp $
--- mserv/opt.c.orig Thu Jul 13 22:14:41 2000
+++ mserv/opt.c
@@ -164,8 +164,8 @@ int opt_read(const char *root)
/* special case - player variable is an indirected to another variable */
if ((val = conf_getvalue("player")) == NULL) {
if (mserv_verbose)
- printf("No player specified, defaulting to /usr/local/bin/mpg123\n");
- opt_player = "/usr/local/bin/mpg123";
+ printf("No player specified, defaulting to " PATH_MPG123 "\n");
+ opt_player = PATH_MPG123;
} else {
if ((opt_player = conf_getvalue(val)) == NULL) {
fprintf(stderr, "%s: player setting '%s' not found\n", progname,