Skip to content

Commit

Permalink
other little change, join 2 in 1
Browse files Browse the repository at this point in the history
  • Loading branch information
latot committed Jan 9, 2016
1 parent 926b11f commit a2715d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Core/FileSystems/ISOFileSystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,8 +814,7 @@ void ISOFileSystem::DoState(PointerWrap &p)
bool hasFile = of.file != NULL;
p.Do(hasFile);
if (hasFile) {
std::string path = "";
path = EntryFullPath(of.file);
std::string path = EntryFullPath(of.file);
p.Do(path);
}
}
Expand Down

0 comments on commit a2715d9

Please sign in to comment.