trim name

This commit is contained in:
Doug MacEachern 2007-03-03 23:19:44 +00:00
parent cd49b7281f
commit 5916fd41e1
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public class Pdh extends Win32 {
public static String getCounterName(int index)
throws Win32Exception {
return pdhLookupPerfName(index);
return pdhLookupPerfName(index).trim();
}
/**