summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 20:04:49 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-25 20:04:49 +0000
commit609b3edb070ee04a1583fb8614297e731f1cdaea (patch)
tree02108b202a2c7b1c1c2661699ce9c6965eabd057 /crawl-ref/source/acr.cc
parente3b9a7a1e14dd81cace9e2241679c5a92eba6006 (diff)
downloadcrawl-ref-609b3edb070ee04a1583fb8614297e731f1cdaea.tar.gz
crawl-ref-609b3edb070ee04a1583fb8614297e731f1cdaea.zip
Fix compilation.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6140 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index f6b290e344..16ef3c95f9 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -3394,7 +3394,7 @@ static command_type _get_next_cmd()
if (is_userfunction(keyin))
{
- run_macro(get_userfunction(keyin));
+ run_macro(get_userfunction(keyin).c_str());
return (CMD_NEXT_CMD);
}