Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix More Bugs #294

Merged
merged 2 commits into from
Feb 3, 2013
Merged

Fix More Bugs #294

merged 2 commits into from
Feb 3, 2013

Conversation

Hoikas
Copy link
Member

@Hoikas Hoikas commented Feb 3, 2013

More bugs have been fixed.

if(strlen(addrs[0]))
cmdLine << plString::Format(" /GateKeeperSrv=%s", addrs[0]);
if (strlen(addrs[0]))
cmdLine << "/FileSrv=" << addrs[0];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be " /GateKeeperSrv="

@zrax
Copy link
Member

zrax commented Feb 3, 2013

👍

Deledrius added a commit that referenced this pull request Feb 3, 2013
Fix patcher launching and StreamSource case-sensitivity.
@Deledrius Deledrius merged commit 676a8d6 into H-uru:master Feb 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants