summaryrefslogtreecommitdiff
path: root/audio/mpg321/files/patch-playlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mpg321/files/patch-playlist.c')
-rw-r--r--audio/mpg321/files/patch-playlist.c13
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;
+ }