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

List:       kde-commits
Subject:    kdebase/kcontrol/fonts
From:       Craig Drummond <craig () kde ! org>
Date:       2004-02-17 22:34:13
Message-ID: 20040217223413.A2C819963 () office ! kde ! org
[Download RAW message or body]

CVS commit by craig: 

Use fputs() to output Fontconfigs XML instead of fprintf()


  M +1 -1      kxftconfig.cpp   1.28


--- kdebase/kcontrol/fonts/kxftconfig.cpp  #1.27:1.28
@@ -535,5 +535,5 @@ bool KXftConfig::apply()
                     //
                     // Write to file...
-                    fprintf(f, str.utf8());
+                    fputs(str.utf8(), f);
                     fclose(f);
 


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

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