@ -929,5 +929,6 @@ string SHMProcess::getPath()
sprintf(cwd_name,"/proc/%d/cwd", getPID());
// resolve /proc/PID/exe link
target_result = readlink(cwd_name, target_name, sizeof(target_name));
target_name[target_result] = '\0';
return(string(target_name));
}
@ -633,5 +633,6 @@ string WineProcess::getPath()
@ -595,5 +595,6 @@ string NormalProcess::getPath()