mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
23 lines
882 B
C
23 lines
882 B
C
--- 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;
|