mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Silence cast warning.
This commit is contained in:
@ -159,7 +159,7 @@ static void readFields(ProcessField* fields, int* flags, const char* line) {
|
||||
j++;
|
||||
}
|
||||
}
|
||||
fields[j] = (ProcessField) NULL;
|
||||
fields[j] = NULL_PROCESSFIELD;
|
||||
String_freeArray(ids);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user