Recover a handful of commits that were reverted earlier

This commit is contained in:
Jean-Baptiste Queru
2010-06-21 13:46:59 -07:00
parent 05dd626a95
commit 3b9f0a33a1
8 changed files with 15 additions and 8 deletions

View File

@@ -687,7 +687,7 @@ public class ProcessStats {
break;
}
}
return new String(mBuffer, 0, 0, i);
return new String(mBuffer, 0, i);
}
} catch (java.io.FileNotFoundException e) {
} catch (java.io.IOException e) {