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
|
@ -197,7 +197,7 @@ make_processes(void *p)
|
|||
{
|
||||
char name[40];
|
||||
|
||||
strncpy(name, ((struct process *)p)->name, 40);
|
||||
strncpy(name, PROCESS_NAME_STRING((struct process *)p), 40);
|
||||
petsciiconv_toascii(name, 40);
|
||||
|
||||
return sprintf((char *)uip_appdata,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue