Skip to content

Commit ea807e8

Browse files
authored
Fix another case of incorrect type for string indexing
1 parent 01b33f3 commit ea807e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/db/xmDatabase_web.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ std::string xmDatabase::webhighscores_updateDB(
5858
std::string v_strtime;
5959
std::string v_date;
6060
int v_time;
61-
unsigned int pos_1, pos_2;
61+
size_t pos_1, pos_2;
6262

6363
try {
6464
simpleSql("BEGIN TRANSACTION;");

0 commit comments

Comments
 (0)