From 89716abdcfed2dc42e1b06dc7015c8f67e7d3b76 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 12 Feb 2007 18:25:16 +0000 Subject: [PATCH] fixed error code being off by one --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40484 --- core/CTextParsers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/CTextParsers.cpp b/core/CTextParsers.cpp index c3180536..b1e8a205 100644 --- a/core/CTextParsers.cpp +++ b/core/CTextParsers.cpp @@ -930,6 +930,7 @@ const char *CTextParsers::GetSMCErrorString(SMCParseError err) "Section declared without header", "Section declared with unknown tokens", "Section ending without a matching section beginning", + "Section beginning without a matching ending", "Line contained too many invalid tokens", "Token buffer overflowed", "A property was declared outside of a section",