mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
Fix for segfault in top_name stuff.
This commit is contained in:
parent
c9bde0065e
commit
5c555deb64
@ -986,9 +986,11 @@ void print_top(struct text_object *obj, char *p, int p_max_size)
|
||||
|
||||
switch (td->type) {
|
||||
case TOP_NAME:
|
||||
if (needed[td->num]->name) {
|
||||
width = MIN(p_max_size, (int)top_name_width + 1);
|
||||
snprintf(p, width + 1, "%-*s", width,
|
||||
needed[td->num]->name);
|
||||
}
|
||||
break;
|
||||
case TOP_CPU:
|
||||
width = MIN(p_max_size, 7);
|
||||
|
Loading…
Reference in New Issue
Block a user