Skip to content

Instantly share code, notes, and snippets.

@andreastt
Created March 9, 2011 12:42
Show Gist options
  • Save andreastt/862118 to your computer and use it in GitHub Desktop.
Save andreastt/862118 to your computer and use it in GitHub Desktop.
diff --git a/src/runner.cpp b/src/runner.cpp
index a1ce86e..7654133 100644
--- a/src/runner.cpp
+++ b/src/runner.cpp
@@ -121,6 +121,7 @@ int LauncherRunner::run(Config& config)
}
else
{
+ isLauncherRunning = false;
connected = false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment