From f689c19d25b634a1883f402eff6a07d73fa5da21 Mon Sep 17 00:00:00 2001 From: Bjørn Lindeijer Date: Thu, 23 Oct 2008 20:31:43 +0000 Subject: Fixed compiler warnings, including a forgotten initialization of an item's script pointer. --- src/utils/string.cpp | 12 ++++++------ src/utils/string.hpp | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'src/utils') diff --git a/src/utils/string.cpp b/src/utils/string.cpp index 04d5f03..0785429 100644 --- a/src/utils/string.cpp +++ b/src/utils/string.cpp @@ -18,14 +18,14 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * */ -#include -#include + #include "utils/string.hpp" +#include +#include + std::string utils::toupper(std::string s) { - for (int j=0; j