From 3e8741c442e8a5fc0a09ef0f2cf897eab993bcaa Mon Sep 17 00:00:00 2001 From: hikerstk Date: Mon, 6 Jan 2014 12:28:24 +0000 Subject: [PATCH] Fixed typo. git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@14940 178a84e3-b1eb-0310-8ba1-8eac791a3b58 --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 686b6f127..0925a7bf6 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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);