Revision: 45802
http://sourceforge.net/p/vice-emu/code/45802
Author: gpz
Date: 2025-10-25 12:19:11 +0000 (Sat, 25 Oct 2025)
Log Message:
-----------
fix warning
Modified Paths:
--------------
trunk/vice/src/arch/gtk3/novte/vteconv.cc
Modified: trunk/vice/src/arch/gtk3/novte/vteconv.cc
===================================================================
--- trunk/vice/src/arch/gtk3/novte/vteconv.cc 2025-10-25 11:56:52 UTC (rev 45801)
+++ trunk/vice/src/arch/gtk3/novte/vteconv.cc 2025-10-25 12:19:11 UTC (rev 45802)
@@ -253,7 +253,8 @@
/* Possibly convert the input data from gunichars to UTF-8. */
if (converter->in_unichar) {
- int i; gulong char_count;
+ gulong i;
+ gulong char_count;
guchar *p, *end;
gunichar *g;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|