diff options
| author | 2008-09-05 08:42:41 +0000 | |
|---|---|---|
| committer | 2008-09-05 08:42:41 +0000 | |
| commit | d27af79ee06388dc6d1ab31d95348a38cdfbeb91 (patch) | |
| tree | e85d51e0371e11254f1d727658af7a5da2748d88 /src/modules/extra/m_testclient.cpp | |
| parent | Needs the .lib apparently (diff) | |
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
Diffstat (limited to 'src/modules/extra/m_testclient.cpp')
| -rw-r--r-- | src/modules/extra/m_testclient.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()) { |
