From a932874b76f5657f943d879c2a0b36dab2cc3f68 Mon Sep 17 00:00:00 2001 From: pauldubois Date: Sun, 30 Mar 2008 19:05:29 +0000 Subject: Tutorial fix, maybe? git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3957 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/format.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/format.cc') diff --git a/crawl-ref/source/format.cc b/crawl-ref/source/format.cc index 12cb5ba94b..ebccc2bf10 100644 --- a/crawl-ref/source/format.cc +++ b/crawl-ref/source/format.cc @@ -346,7 +346,7 @@ std::string formatted_string::to_colour_string() const if (ops[i] == FSOP_TEXT) { // gotta double up those '<' chars ... - unsigned int start = st.size(); + size_t start = st.size(); st += ops[i].text; while (true) -- cgit v1.2.3-54-g00ecf