(cherry picked from commit 2cc195396f)
2cc195396f
@ -35,7 +35,7 @@ void AppWizardUtil::guessAuthorAndEmail(TQString *author, TQString *email)
}
struct passwd *pw = ::getpwuid(getuid());
// pw==0 => the system must be really fucked up
// pw==0 => the system must be really messed up
if (!pw)
return;