diff --git a/changelog.txt b/changelog.txt index cb0f777f..f9e819c4 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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 diff --git a/src/oldmovie.cpp b/src/oldmovie.cpp index a66e6bef..0f48479a 100644 --- a/src/oldmovie.cpp +++ b/src/oldmovie.cpp @@ -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];