[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/filters/kword/rtf/import
From:       Cyrille Berger <cyb () lepi ! org>
Date:       2009-08-20 13:06:32
Message-ID: 1250773592.375618.19398.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1013690 by berger:

explicit conversion to char


 M  +1 -1      rtfimport.cpp  


--- trunk/koffice/filters/kword/rtf/import/rtfimport.cpp #1013689:1013690
@@ -1267,7 +1267,7 @@
         return;
     }
 
-    char tmpch[2] = {token.value, '\0'};
+    char tmpch[2] = {char(token.value), '\0'};
 
     char *tk = token.text;
     token.type = RTFTokenizer::PlainText;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic