1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-07 06:43:13 +02:00

Fix compile problem on Windows

[skip ci]
This commit is contained in:
Bram Matthys
2023-07-11 16:26:06 +02:00
parent 9625a1221b
commit e9716d3ce6
+1 -1
View File
@@ -621,7 +621,7 @@ int lookalikespam_score(const char *text, char *logbuf, size_t logbufsize)
int points = 0;
int last_character_was_word_separator = 0;
int skip;
u_int32_t utfchar;
uint32_t utfchar;
for (p = text; *p; p++)
{