From 435b5c4a100a4106d2e556b02167fbca867641b7 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Wed, 3 May 2017 13:30:06 +0200 Subject: [PATCH] Duplicate error number resolved --- ZRColaCompile/dbsource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ZRColaCompile/dbsource.cpp b/ZRColaCompile/dbsource.cpp index 80225a3..5b9832b 100644 --- a/ZRColaCompile/dbsource.cpp +++ b/ZRColaCompile/dbsource.cpp @@ -965,7 +965,7 @@ bool ZRCola::DBSource::GetCharacterGroup(const com_obj& rs, chrgrp wxVERIFY(SUCCEEDED(rs_chars->put_CursorType(adOpenForwardOnly))); wxVERIFY(SUCCEEDED(rs_chars->put_LockType(adLockReadOnly))); if (FAILED(rs_chars->Open(variant(m_comCharacterGroup), variant(DISP_E_PARAMNOTFOUND, VT_ERROR)))) { - _ftprintf(stderr, wxT("%s: error ZCC0100: Error loading character group characters from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str()); + _ftprintf(stderr, wxT("%s: error ZCC0140: Error loading character group characters from database. Please make sure the file is ZRCola.zrc compatible.\n"), m_filename.c_str()); LogErrors(); return false; }