Merge pull request #7 from usagirei/master
Fix SMDH Header being Cleared
This commit is contained in:
commit
5d37463fc8
@ -441,7 +441,6 @@ int cmd_process_command(int argc, char* argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
SMDH smdh;
|
SMDH smdh;
|
||||||
memset(&smdh, 0, sizeof(SMDH));
|
|
||||||
|
|
||||||
std::vector<std::string> regions = cmd_parse_list(cmd_find_arg(args, "r", "regions", "regionfree"));
|
std::vector<std::string> regions = cmd_parse_list(cmd_find_arg(args, "r", "regions", "regionfree"));
|
||||||
for(std::vector<std::string>::iterator it = regions.begin(); it != regions.end(); it++) {
|
for(std::vector<std::string>::iterator it = regions.begin(); it != regions.end(); it++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user