Use PROCESS_NAME_STRING macro to handle NO_PROCESS_NAMES
This commit is contained in:
parent
6ec85fe079
commit
44f4ee9315
8 changed files with 13 additions and 15 deletions
|
@ -90,7 +90,7 @@ update_processwindow(void)
|
|||
CTK_WIDGET_ADD(&processwindow, &processidlabels[i]);
|
||||
|
||||
CTK_LABEL_NEW(&processnamelabels[i],
|
||||
4, i + 1, 22, 1, (char *)p->name);
|
||||
4, i + 1, 22, 1, PROCESS_NAME_STRING(p));
|
||||
CTK_WIDGET_ADD(&processwindow, &processnamelabels[i]);
|
||||
|
||||
++i;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue