diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-11 12:35:18 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-11 12:35:18 +0000 |
commit | faffe1d22559e4d6fc08852f8d2462cbbfdaa746 (patch) | |
tree | 6cb5522feee6fd813a3b282ae74397eee3df52e8 /audio/mpg321/files/patch-playlist.c | |
parent | add w3m-m17n (diff) |
upgrade to 0.2.0 and unbreak
PR: 31121
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=48685
Diffstat (limited to 'audio/mpg321/files/patch-playlist.c')
-rw-r--r-- | audio/mpg321/files/patch-playlist.c | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/mpg321/files/patch-playlist.c b/audio/mpg321/files/patch-playlist.c new file mode 100644 index 000000000000..af768ace6cc3 --- /dev/null +++ b/audio/mpg321/files/patch-playlist.c @@ -0,0 +1,13 @@ + +$FreeBSD$ + +--- playlist.c.orig Mon Sep 24 21:09:15 2001 ++++ playlist.c Mon Sep 24 21:09:34 2001 +@@ -48,6 +48,7 @@ + pl->files_size = DEFAULT_PLAYLIST_SIZE; + pl->numfiles = 0; + pl->random_play = 0; ++ strcpy(pl->remote_file, ""); + + return pl; + } |