mirror of
https://github.com/xzeldon/htop.git
synced 2025-04-11 13:07:08 +03:00
Fix whitespace oddity in previous DynamicMeter updates
Thanks @BenBE for noticing.
This commit is contained in:
parent
0daefbe4b4
commit
2b69f44a9d
@ -198,7 +198,7 @@ static void PCPDynamicMeter_parseFile(PCPDynamicMeters* meters, const char* path
|
|||||||
if (caption) {
|
if (caption) {
|
||||||
free_and_xStrdup(&meter->super.caption, caption);
|
free_and_xStrdup(&meter->super.caption, caption);
|
||||||
free(caption);
|
free(caption);
|
||||||
caption = NULL;
|
caption = NULL;
|
||||||
}
|
}
|
||||||
} else if (value && meter && String_eq(key, "description")) {
|
} else if (value && meter && String_eq(key, "description")) {
|
||||||
free_and_xStrdup(&meter->super.description, value);
|
free_and_xStrdup(&meter->super.description, value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user