mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
Eliminate some more warnings and hide less warnings in VS
This commit is contained in:
@@ -4241,7 +4241,8 @@ handle_say (session *sess, char *text, int check_spch)
|
||||
|
||||
if (strlen (text) > max)
|
||||
{
|
||||
int i = 0, size;
|
||||
unsigned int i = 0;
|
||||
int size;
|
||||
|
||||
/* traverse the utf8 string and find the nearest cut point that
|
||||
doesn't split 1 char in half */
|
||||
|
||||
Reference in New Issue
Block a user