From 2c45224be72e06463ddd48956ecaef61da9dfecb Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 25 Jan 2009 13:43:57 +0100 Subject: mapper: added dot to PLAYLIST_FILE_SUFFIX Some code will be a little bit simpler if the dot is part of the string literal. --- src/mapper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapper.c') diff --git a/src/mapper.c b/src/mapper.c index 8de2032d9..28471e60e 100644 --- a/src/mapper.c +++ b/src/mapper.c @@ -203,7 +203,7 @@ map_spl_path(void) char * map_spl_utf8_to_fs(const char *name) { - char *filename = g_strconcat(name, "." PLAYLIST_FILE_SUFFIX, NULL); + char *filename = g_strconcat(name, PLAYLIST_FILE_SUFFIX, NULL); char *path; if (playlist_dir == NULL) -- cgit v1.2.3