mirror of https://github.com/xzeldon/htop.git
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…
Reference in New Issue