mirror of
https://github.com/glest/glest-source.git
synced 2025-08-12 11:24:00 +02:00
- bugfix on linux
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include <curl/curl.h>
|
||||
#include <cstdio>
|
||||
#include <assert.h>
|
||||
#include <stdexcept>
|
||||
#include "leak_dumper.h"
|
||||
|
||||
using std::string;
|
||||
@@ -167,7 +168,7 @@ public:
|
||||
return *result;
|
||||
}
|
||||
else if(SystemFlags::debugLogFileList == NULL) {
|
||||
throw std::exception("unknown return value for SystemFlagsType!");
|
||||
throw std::runtime_error("unknown return value for SystemFlagsType!");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user