Applications+IRCClient: Use new format functions.

This commit is contained in:
asynts 2020-09-23 16:31:34 +02:00 committed by Andreas Kling
commit 1cb8be9906
Notes: sideshowbarker 2024-07-19 02:15:41 +09:00
6 changed files with 77 additions and 89 deletions

View file

@ -63,7 +63,7 @@ static String bookmarks_file_path()
int main(int argc, char** argv)
{
if (getuid() == 0) {
fprintf(stderr, "Refusing to run as root\n");
warn() << "Refusing to run as root";
return 1;
}