From f9c1bdb669423730d5683460be7cebcc18837667 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 1 Sep 2004 23:46:19 +0000 Subject: [PATCH] trim both sides of the title; this fixes TM5 " GO" sorting to the wrong place --- stepmania/src/Song.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 87924b789c..178773aae2 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -490,6 +490,7 @@ void Song::TidyUpData() * their source's values. */ ReCalculateRadarValuesAndLastBeat(); + TrimLeft(m_sMainTitle); TrimRight(m_sMainTitle); /* Fall back on the song directory name. */