aboutsummaryrefslogtreecommitdiffstats
path: root/src/SongSave.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/SongSave.cxx')
-rw-r--r--src/SongSave.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SongSave.cxx b/src/SongSave.cxx
index 02a7861e5..bf6194a4f 100644
--- a/src/SongSave.cxx
+++ b/src/SongSave.cxx
@@ -94,7 +94,7 @@ song_load(TextFile &file, const char *uri,
}
*colon++ = 0;
- const char *value = strchug_fast(colon);
+ const char *value = StripLeft(colon);
TagType type;
if ((type = tag_name_parse(line)) != TAG_NUM_OF_ITEM_TYPES) {