Fixed 32 bit building.
This commit is contained in:
parent
ef82e760cd
commit
4f135c7265
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace Converters {
|
|||
F.seekNext();
|
||||
}
|
||||
|
||||
long long int firstms = 9999999999;
|
||||
long long int firstms = 0x7fffffff;
|
||||
long long int lastms = -1;
|
||||
|
||||
for (std::map<std::string,HeaderEntryDTSC>::iterator it = trackData.begin(); it != trackData.end(); it++){
|
||||
|
|
Loading…
Add table
Reference in a new issue