Fixed "Werror" related compilation problems on Linux and Meego.
This commit is contained in:
+1
-1
@@ -228,7 +228,7 @@ float JLBFont::GetStringWidth(const char *string) const
|
||||
float len = 0.0f;
|
||||
|
||||
const char *p = string;
|
||||
char ch;
|
||||
int ch;
|
||||
|
||||
while (*p)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user