remember to add WindowsServiceUtil to compile line
This commit is contained in:
3
build.sh
3
build.sh
@ -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 ..
|
||||
|
||||
|
@ -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