another fix

This commit is contained in:
unknown
2008-08-10 05:09:47 +02:00
parent 591776d932
commit 332c539528
3 changed files with 26 additions and 8 deletions

View File

@@ -111,9 +111,9 @@ void Song::Clear()
//itsPerformer.clear();
//itsDisc.clear();
itsComment.clear();
itsMinutesLength = 0;;
itsSecondsLength = 0;;
itsPosition = 0;;
itsMinutesLength = 0;
itsSecondsLength = 0;
itsPosition = 0;
itsID = 0;
}