Skip to content

Commit

Permalink
DEAL WITH IT
Browse files Browse the repository at this point in the history
  • Loading branch information
YuzukiTsuru committed Jul 2, 2022
1 parent 5ca889e commit c9aa7ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OpenixCard/FEX2CFG.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ void FEX2CFG::gen_cfg() {
std::cout << "Remaining space.";
}
} else if (opt.get_name() == "size") {
std::cout << opt.get<inicpp::unsigned_ini_t>() / 2 / 0x300 << "MB - " << opt.get<inicpp::unsigned_ini_t>() / 2 << "KB";
std::cout << static_cast<double>(opt.get<inicpp::unsigned_ini_t>()) / 2 / 0x300 << "MB - " << opt.get<inicpp::unsigned_ini_t>() / 2 << "KB";
}
}
std::cout << std::endl;
Expand Down

0 comments on commit c9aa7ac

Please sign in to comment.