mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Rename cmdlineBasenameOffset to cmdlineBasenameEnd to properly indicate the fields purpose
This commit is contained in:
@ -102,8 +102,8 @@ typedef struct Process_ {
|
||||
*/
|
||||
char* cmdline;
|
||||
|
||||
/* Offset in cmdline of the process basename */
|
||||
int cmdlineBasenameOffset;
|
||||
/* End Offset in cmdline of the process basename */
|
||||
int cmdlineBasenameEnd;
|
||||
|
||||
/* Start Offset in cmdline of the process basename */
|
||||
int cmdlineBasenameStart;
|
||||
|
Reference in New Issue
Block a user