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:
parent
f24eb81dbe
commit
97fc0ca49b
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user