libvgm Player: Correctly report version number in codec field
parent
5b67735f12
commit
0e8f417e67
|
@ -172,7 +172,7 @@ static std::string FCC2Str(UINT32 fcc)
|
|||
PLR_SONG_INFO sInf;
|
||||
player->GetSongInfo(sInf);
|
||||
|
||||
system = [NSString stringWithFormat:@"%s v%X.%X", FCC2Str(sInf.format).c_str(), sInf.fileVerMaj, sInf.fileVerMin];
|
||||
system = [NSString stringWithFormat:@"%s v%X.%02X", FCC2Str(sInf.format).c_str(), sInf.fileVerMaj, sInf.fileVerMin];
|
||||
|
||||
mainPlr.UnloadFile();
|
||||
DataLoader_Deinit(dLoad);
|
||||
|
|
Loading…
Reference in New Issue