fixes CleanStrings not applying correctly if CleanDateTimeRegExp removes text at...
authordragonflight <xbmc@dragonflight.ca>
Tue, 6 Nov 2012 20:50:42 +0000 (15:50 -0500)
committerJonathan Marshall <jmarshall@never.you.mind>
Wed, 7 Nov 2012 03:05:34 +0000 (16:05 +1300)
commita80a8c798928ecc28135a8338b2b0408376ba32e
treea4f2e56333258c54e937e6e87a2bb4ac10711b62
parentbc5df1bd1e50cd77d33bc079e00f0b27d345e806
fixes CleanStrings not applying correctly if CleanDateTimeRegExp removes text at start of filename.

CleanDateTime has the ability to return part of the filename for future processing.
If it returns a partial string no rooted at the start then CleanStrings will be wrong
CleanStrings does a pattern match on strFilename but then extracts the unmatched part
from strTitleAndYear
xbmc/Util.cpp