debug
This commit is contained in:
parent
3ff3148e78
commit
9068e35744
2
main.c
2
main.c
@ -176,7 +176,7 @@ int getprocinfo( int ppid, char cmdline[], char cmd[], char user[], char host_ip
|
|||||||
{
|
{
|
||||||
time( &timet );
|
time( &timet );
|
||||||
}
|
}
|
||||||
sprintf( date, "%s", frtime(&timet) );
|
sprintf( date, "%s", frtime(timet) );
|
||||||
date[strlen(date)-1] = 0;
|
date[strlen(date)-1] = 0;
|
||||||
|
|
||||||
//get the pid of the last processus
|
//get the pid of the last processus
|
||||||
|
Reference in New Issue
Block a user