--- src/amule.cpp 2006-04-21 04:13:51.000000000 +0100 +++ src/amule.cpp 2006-07-30 17:52:17.000000000 +0100 @@ -634,7 +634,7 @@ } #ifndef __WXMSW__ - if (getuid() == 0) { + if (getuid() != 0) { wxString msg = wxT("Warning! You are running aMule as root.\n") wxT("Doing so is not recommended for security reasons,\n")