HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/games/kiki/files/patch-src-gui-KikiTextLine.cpp
--- ./src/gui/KikiTextLine.cpp.orig	2005-10-02 18:07:54.000000000 +0400
+++ ./src/gui/KikiTextLine.cpp	2013-12-24 04:48:17.413608892 +0400
@@ -46,7 +46,7 @@
 void KikiTextLine::setText ( const std::string & str )
 {
     text = str;
-    unsigned int pos;
+    size_t pos;
  
     if ((pos = text.find ("$scale(")) != std::string::npos)
     {