$OpenBSD: patch-src_xfeutils_cpp,v 1.1 2010/04/08 09:50:06 stephan Exp $ --- src/xfeutils.cpp.orig Mon Nov 9 11:17:17 2009 +++ src/xfeutils.cpp Fri Mar 26 08:33:37 2010 @@ -467,36 +467,36 @@ FXbool isUtf8(const FXchar* string, FXuint length) while (n= 0x80) + else if ((unsigned char)(string[0]) >= 0x80) { return FALSE; } @@ -512,7 +512,7 @@ FXbool isUtf8(const FXchar* string, FXuint length) // Replacement of the stat function -inline FXint statrep(const FXchar* filename, struct stat* buf) +FXint statrep(const FXchar* filename, struct stat* buf) { #if defined(linux)