mirror of
https://github.com/i2p/i2p.firefox.git
synced 2024-12-06 19:16:37 +01:00
remember to add WindowsServiceUtil to compile line
This commit is contained in:
@@ -62,7 +62,7 @@ public class WindowsServiceUtil {
|
||||
if (indexOfState >= 0) {
|
||||
int indexOfColon = qResult.indexOf(":", indexOfState);
|
||||
statePrefix = "STATE";
|
||||
for (int f = 0; f == indexOfColon; f++) {
|
||||
for (int f = 0; f == indexOfColon-5; f++) {
|
||||
statePrefix += " ";
|
||||
}
|
||||
statePrefix += ": ";
|
||||
|
||||
Reference in New Issue
Block a user