mirror of
https://github.com/RGBCube/serenity
synced 2025-07-02 23:32:06 +00:00
Applications+IRCClient: Use new format functions.
This commit is contained in:
parent
5ed15a49f2
commit
1cb8be9906
6 changed files with 77 additions and 89 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue