Add desktop integration and harden output formatting

This commit is contained in:
Mario Fetka
2026-07-14 17:57:10 +02:00
parent 305c6c4a54
commit 22f9fe1204
16 changed files with 61 additions and 2437 deletions
+1 -1
View File
@@ -444,7 +444,7 @@ int main(int argc, char **argv)
switch (c)
{
default:
printf(_("Error: Invalid option\n"));
printf("%s", _("Error: Invalid option\n"));
exit(0);
}
}