Fix what looks like type
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@15007 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
b136e16f7a
commit
f6b7fb3853
@ -21,7 +21,7 @@
|
||||
#include "addons/addons_manager.hpp"
|
||||
|
||||
#include "addons/inetwork_http.hpp"
|
||||
#include "addons./news_manager.hpp"
|
||||
#include "addons/news_manager.hpp"
|
||||
#include "addons/zip.hpp"
|
||||
#include "io/file_manager.hpp"
|
||||
#include "io/xml_node.hpp"
|
||||
|
@ -64,7 +64,7 @@ void NewsManager::init(bool force_refresh)
|
||||
&NewsManager::downloadNews, this);
|
||||
if(error)
|
||||
{
|
||||
Log::warn("news", "Could not create thread, error=%d", errno);
|
||||
Log::warn("news", "Could not create thread, error=%d", error);
|
||||
// In this case just execute the downloading code with this thread
|
||||
downloadNews(this);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user