Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtnt committed Apr 26, 2024
1 parent ecd0d9b commit f695970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HMCLauncher/HMCL/java.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ void scan(std::wstring& result, int& status) {
int length = envPath.size();
int lastI = 0;
for (int i = 0; i < length; i++) {
MessageBox(NULL, (std::wstring(L"PATH-1: CHAR AT ") + std::to_wstring(i) + L" IS " + envPath[i]).c_str(), L"DEBUG INFO", MB_OK);
if (envPath[i] == L';') {
MessageBox(NULL, (std::wstring(L"PATH0: ") + std::to_wstring(i)).c_str(), L"DEBUG INFO", MB_OK);

Expand Down

0 comments on commit f695970

Please sign in to comment.