should fix 2085437

This commit is contained in:
punkrockguy318 2008-09-24 07:21:30 +00:00
parent cb61a9bb4e
commit 49ed12c395
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
---version 2.0.3 yet to be released---
24-sep-2008 - punkrockguy318 - [ 2085437 ] should fix issues with missing
author field crashing fceux
24-sep-2008 - punkrockguy318 - [ 2047057 ] added uninstall script for gfceux
24-sep-2008 - punkrockguy318 - [ 2062823 ] fixed ppc build errors and added
LSB_FIRST option to build scripts

View File

@ -586,7 +586,7 @@ EFCM_CONVERTRESULT convert_fcm(MovieData& md, std::string fname)
md.romFilename = readNullTerminatedAscii(fp);
md.comments.push_back(L"author " + mbstowcs(readNullTerminatedAscii(fp)));
md.comments.push_back(L"author " + mbstowcs(readNullTerminatedAscii(fp)));
//int metadata_length = savestate_offset - MOVIE_V1_HEADER_SIZE;
//uint8* metadata = new uint8[metadata_length];