Skip to content

Commit

Permalink
refactor: changed int to size_t for times_looped
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaskowicz1 committed Sep 23, 2023
1 parent 385d802 commit 82d30a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dpp/discordvoiceclient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ void discord_voice_client::thread_run()
{
utility::set_thread_name(std::string("vc/") + std::to_string(server_id));

int times_looped;
size_t times_looped;
time_t time_since_loop;

do {
Expand Down

0 comments on commit 82d30a3

Please sign in to comment.