Removed const
where it was simply wrong.
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#include <sys/types.h>
|
||||
struct process_info {
|
||||
pid_t PID;
|
||||
const char *name;
|
||||
char *name;
|
||||
};
|
||||
|
||||
#endif // PROCESS_INFO_H
|
||||
|
Reference in New Issue
Block a user