mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
48e8597429
commit
39b30dbb18
2 changed files with 2 additions and 2 deletions
|
@ -202,7 +202,7 @@ QString KStringHandler::obscure( const QString &str )
|
|||
bool KStringHandler::isUtf8( const char *buf )
|
||||
{
|
||||
int i, n;
|
||||
register unsigned char c;
|
||||
unsigned char c;
|
||||
bool gotone = false;
|
||||
|
||||
if (!buf)
|
||||
|
|
Loading…
Add table
Reference in a new issue