Skip to content

Commit

Permalink
Fix NanaGet::Aria2::ToDownloadGid.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Apr 22, 2024
1 parent 95f1e29 commit 4acb225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NanaGet/NanaGet.Aria2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ NanaGet::Aria2::DownloadGid NanaGet::Aria2::ToDownloadGid(
return std::strtoull(
Value.get<std::string>().c_str(),
nullptr,
10);
16);
}
catch (...)
{
Expand Down

0 comments on commit 4acb225

Please sign in to comment.