Various and sundry.

This commit is contained in:
Thulinma 2014-01-30 17:08:23 +01:00
parent 88fa62c19c
commit 48801bade1
3 changed files with 1 additions and 369 deletions

View file

@ -37,12 +37,8 @@ namespace DTSC {
return true;
}else{
if (seekTime == rhs.seekTime){
if (bytePos < rhs.bytePos){
if (trackID < rhs.trackID){
return true;
}else{
if (trackID < rhs.trackID){
return true;
}
}
}
}