remember to add WindowsServiceUtil to compile line

This commit is contained in:
idk
2022-09-19 00:40:18 -04:00
parent 280588dee4
commit 893f889636
2 changed files with 3 additions and 2 deletions

View File

@ -77,7 +77,8 @@ cd java
net/i2p/router/Shell32X.java \
net/i2p/router/WinLauncher.java \
net/i2p/router/WindowsUpdatePostProcessor.java \
net/i2p/router/WinUpdateProcess.java
net/i2p/router/WinUpdateProcess.java \
net/i2p/router/WindowsServiceUtil.java
cd ..

View File

@ -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 += ": ";