mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Resolve conversion from ssize_t to int for readlink return value
This commit is contained in:

committed by
BenBE

parent
8029e9af04
commit
f61e74a4af
@ -371,7 +371,7 @@ char* Platform_getInodeFilename(pid_t pid, ino_t inode) {
|
||||
struct stat sb;
|
||||
struct dirent *de;
|
||||
DIR *dirp;
|
||||
size_t len;
|
||||
ssize_t len;
|
||||
int fd;
|
||||
|
||||
char path[PATH_MAX];
|
||||
|
Reference in New Issue
Block a user