From d27af79ee06388dc6d1ab31d95348a38cdfbeb91 Mon Sep 17 00:00:00 2001 From: brain Date: Fri, 5 Sep 2008 08:42:41 +0000 Subject: sql api and m_mysql compile fixes for windows git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10393 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules/extra/m_testclient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/extra/m_testclient.cpp') diff --git a/src/modules/extra/m_testclient.cpp b/src/modules/extra/m_testclient.cpp index f4bd42f83..0981acc06 100644 --- a/src/modules/extra/m_testclient.cpp +++ b/src/modules/extra/m_testclient.cpp @@ -65,7 +65,7 @@ public: SQLresult* res = (SQLresult*)request; - if (res->error.Id() == NO_ERROR) + if (res->error.Id() == SQL_NO_ERROR) { if(res->Cols()) { -- cgit v1.3.1-10-gc9f91