Commit 280f72f4 authored by mercury233's avatar mercury233

fix

parent 117aa906
......@@ -168,6 +168,7 @@ void DataManager::ReadStringConfLine(const char* linebuf) {
}
#ifdef YGOPRO_SERVER_MODE
bool DataManager::Error(sqlite3* pDB, sqlite3_stmt* pStmt) {
wchar_t strBuffer[4096];
BufferIO::DecodeUTF8(sqlite3_errmsg(pDB), strBuffer);
if(pStmt)
sqlite3_finalize(pStmt);
......
Subproject commit 0ce152512c02c7a3289ae81610d284143860f07b
Subproject commit 731c261d179fee108a9f7e5b01caab9714b21bae
Subproject commit 835acda16b96904753359ad96b795de0d6534e21
Subproject commit 4ed340d30fa42d88f39bec37402586e77681a34c
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment