1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

debug: missed properly modify pointer type

This commit is contained in:
Zdenek Kabelac 2023-07-13 21:52:20 +02:00
parent f24eb81dbe
commit 97fc0ca49b

View File

@ -248,7 +248,7 @@ static int _get_pid_starttime(int *pid, unsigned long long *starttime)
"%*d %*u %*u %*u %*u " /* mjflt */ "%*d %*u %*u %*u %*u " /* mjflt */
"%*u %*u %*u %*d %*d " /* cstim */ "%*u %*u %*u %*d %*d " /* cstim */
"%*d %*d %*d %*d " /* itrealvalue */ "%*d %*d %*d %*d " /* itrealvalue */
"%llu", &starttime) == 1)) "%llu", starttime) == 1))
return 1; return 1;
log_debug("Cannot parse content of %s.", statfile); log_debug("Cannot parse content of %s.", statfile);