diff options
Diffstat (limited to 'apps/playlist.c')
-rw-r--r-- | apps/playlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/playlist.c b/apps/playlist.c index 35f91e4b81..be831c43c6 100644 --- a/apps/playlist.c +++ b/apps/playlist.c @@ -978,7 +978,7 @@ int playlist_create(char *dir, char *file) update_playlist_filename(dir, file); - if (playlist.control_fd > 0) + if (playlist.control_fd >= 0) { if (fprintf(playlist.control_fd, "P:%d:%s:%s\n", PLAYLIST_CONTROL_FILE_VERSION, dir, file) > 0) |