Skip to content

Commit

Permalink
FIX: Comment is not saved
Browse files Browse the repository at this point in the history
  • Loading branch information
devmiyax committed Sep 23, 2017
1 parent ef9496e commit 5138830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yabause/src/android/jni/BackupManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ int BackupManager::putFile( const string & rootstr ) {
bin = base64_decode(base64);
strncpy(save.filename,bin.c_str(),12);

base64 = header["filename"].asString();
base64 = header["comment"].asString();
bin = base64_decode(base64);
strncpy(save.comment,bin.c_str(),11);

Expand Down

0 comments on commit 5138830

Please sign in to comment.