This commit is contained in:
Aiden 2025-06-17 07:03:27 +02:00 committed by GitHub
commit 1148064daf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -93,7 +93,7 @@ int guac_iconv(guac_iconv_read* reader, const char** input, int in_remaining,
int GUAC_READ_UTF8(const char** input, int remaining) {
int value;
int value = 0;
*input += guac_utf8_read(*input, remaining, &value);
return value;