summaryrefslogtreecommitdiffstats
path: root/audio/cmp3/files/patch-cmp3listfiles.c
blob: 291a3a2d3f67532efb4593b1dbbc8d051b651f80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- cmp3listfiles.c.orig	2001-06-13 20:13:16 UTC
+++ cmp3listfiles.c
@@ -270,13 +270,13 @@ void writelist(char *filepath)
 /*         XXX - alert person */
         return;
     fprintf(outfile,
-"##############################################################################
-# Dumped Cmp3 playlist ass file
-#
-# Addable features (on individual lines):
-# %%[command] - executes commands initially using system() call
-# @ - randomizes this playlist at load time
-# $ - turns on repeat mode at load time
+"##############################################################################\n\
+# Dumped Cmp3 playlist ass file\n\
+#\n\
+# Addable features (on individual lines):\n\
+# %%[command] - executes commands initially using system() call\n\
+# @ - randomizes this playlist at load time\n\
+# $ - turns on repeat mode at load time\n\
 #\n\n");
 
     filename = shmptr->plhead;
OpenPOWER on IntegriCloud