You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, a minor issue, adsointerface.cpp sets #define USE_MYSQL 1 even if the compiled database is being used. This does not seem to affect the code, though.
Note: this applies to the compiled database.
The text was updated successfully, but these errors were encountered:
There are several arrays that are indexed out of range.
in database/db1.h:
in database/indexes.dat:
character_index[6862][0] = "@";
....
utf8s_index[6862][0] = "@";
....
utf8c_index[6931][0] = "6862";
utf8c_index[6931][1] = "粮";
utf8c_index[6932][0] = "@";
Also, a minor issue, adsointerface.cpp sets #define USE_MYSQL 1 even if the compiled database is being used. This does not seem to affect the code, though.
Note: this applies to the compiled database.
The text was updated successfully, but these errors were encountered: