mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-13 12:44:34 +03:00
Misc conversion fixes
This commit is contained in:

committed by
cgzones

parent
1d00893110
commit
af4f58d013
2
htop.c
2
htop.c
@ -74,7 +74,7 @@ static CommandLineSettings parseArguments(int argc, char** argv) {
|
||||
CommandLineSettings flags = {
|
||||
.pidMatchList = NULL,
|
||||
.commFilter = NULL,
|
||||
.userId = -1, // -1 is guaranteed to be an invalid uid_t (see setreuid(2))
|
||||
.userId = (uid_t)-1, // -1 is guaranteed to be an invalid uid_t (see setreuid(2))
|
||||
.sortKey = 0,
|
||||
.delay = -1,
|
||||
.useColors = true,
|
||||
|
Reference in New Issue
Block a user