Fixed typo.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14940 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
6ee751e3c3
commit
3e8741c442
@ -497,7 +497,7 @@ int handleCmdLinePreliminary()
|
||||
if( CommandLine::has( "--stk-config", &s))
|
||||
{
|
||||
stk_config->load(file_manager->getAsset(s));
|
||||
Log::info("main", "STK config will be read from %s.",s);
|
||||
Log::info("main", "STK config will be read from %s.",s.c_str());
|
||||
}
|
||||
if( CommandLine::has( "--trackdir", &s))
|
||||
TrackManager::addTrackSearchDir(s);
|
||||
|
Loading…
Reference in New Issue
Block a user