This commit is contained in:
JoelKatz
2012-11-29 18:41:24 -08:00
parent 4cae3dca7b
commit fe24387f91

View File

@@ -84,7 +84,7 @@ void Application::run()
{
#ifndef WIN32
#ifdef SIGINT
if (!config.RUN_STANDALONE)
if (!theConfig.RUN_STANDALONE)
{
struct sigaction sa;
memset(&sa, 0, sizeof(sa));