Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
14d573cb
Commit
14d573cb
authored
Sep 11, 2011
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
playlist: move PLAYLIST_COMMENT to stored_playlist.c
Only used there.
parent
7819aa6b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
playlist.h
src/playlist.h
+0
-2
stored_playlist.c
src/stored_playlist.c
+2
-0
No files found.
src/playlist.h
View file @
14d573cb
...
...
@@ -24,8 +24,6 @@
#include <stdbool.h>
#define PLAYLIST_COMMENT '#'
struct
player_control
;
enum
playlist_result
{
...
...
src/stored_playlist.c
View file @
14d573cb
...
...
@@ -37,6 +37,8 @@
#include <string.h>
#include <errno.h>
static
const
char
PLAYLIST_COMMENT
=
'#'
;
static
unsigned
playlist_max_length
;
bool
playlist_saveAbsolutePaths
=
DEFAULT_PLAYLIST_SAVE_ABSOLUTE_PATHS
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment