1
0
forked from metin2/server

fix libsql header encoding

This commit is contained in:
2024-04-01 12:48:16 +02:00
parent 869720f9e6
commit 350fb0d424

View File

@ -99,8 +99,8 @@ typedef struct _SQLMsg
int iID; int iID;
std::string stQuery; std::string stQuery;
std::vector<SQLResult *> vec_pkResult; // result <EFBFBD><EFBFBD><EFBFBD><EFBFBD> std::vector<SQLResult *> vec_pkResult; // result 벡터
unsigned int uiResultPos; // <EFBFBD><EFBFBD><EFBFBD><EFBFBD> result <EFBFBD><EFBFBD>ġ unsigned int uiResultPos; // 현재 result 위치
void * pvUserData; void * pvUserData;
bool bReturn; bool bReturn;