Skip to content

Commit

Permalink
fix: build error on win
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Mar 25, 2024
1 parent 92e348a commit acf235f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/MaaHttp/source/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ int main(int argc, char* argv[])
}
else {
auto disp = new lhg::server::Dispatcher();
auto server = new lhg::server::Server(disp, port);
auto server = new lhg::server::Server(disp, static_cast<unsigned short>(port));

auto self = boost::dll::program_location();

Expand Down

0 comments on commit acf235f

Please sign in to comment.