summaryrefslogtreecommitdiffstats
path: root/redhat/applications/krusader/krusader-3.5.13-fix_not_a_string_literal_error.patch
blob: 754544dc3c7de2b1eef62a5ef2a182818eebd202 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- krusader/krusader/main.cpp.ORI	2012-08-06 00:19:36.475622376 +0200
+++ krusader/krusader/main.cpp	2012-08-06 00:19:48.867387323 +0200
@@ -199,7 +199,7 @@
        exit( 0 );
     TQCString regName = client->registerAs( KApplication::kApplication() ->name(), !singleInstanceMode );
     if( singleInstanceMode && regName != KApplication::kApplication()->name() ) {
-      fprintf( stderr, i18n( "Application already running!\n" ).ascii() );
+      fprintf( stderr, "%s", i18n( "Application already running!\n" ).ascii() );
 
       DCOPClient::mainClient()->send( KApplication::kApplication() ->name(), "Krusader-Interface",
                                     "moveToTop()", TQByteArray() );