Skip to content

Commit

Permalink
v2.8.1: Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 committed Jan 22, 2024
1 parent 9aadd88 commit f5a0ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static void update_thread() {
#endif
}
} catch (Poco::Exception &e) {
fprintf(stderr, "Could not check for updates: %s\n", e.message());
fprintf(stderr, "Could not check for updates: %s\n", e.message().c_str());
} catch (std::exception &e) {
fprintf(stderr, "Could not check for updates: %s\n", e.what());
}
Expand Down

0 comments on commit f5a0ddc

Please sign in to comment.