mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-27 07:05:07 +03:00
Typo
This commit is contained in:
@ -358,7 +358,7 @@ void LinuxProcess_makeCommandStr(Process* this) {
|
|||||||
/* Check for any changed fields since we last built this string */
|
/* Check for any changed fields since we last built this string */
|
||||||
if (mc->cmdlineChanged || mc->commChanged || mc->exeChanged) {
|
if (mc->cmdlineChanged || mc->commChanged || mc->exeChanged) {
|
||||||
free(mc->str);
|
free(mc->str);
|
||||||
/* Accomodate the column text, two field separators and terminating NUL */
|
/* Accommodate the column text, two field separators and terminating NUL */
|
||||||
mc->str = xCalloc(1, mc->maxLen + 2*SEPARATOR_LEN + 1);
|
mc->str = xCalloc(1, mc->maxLen + 2*SEPARATOR_LEN + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user