Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 5694e8746dd89d7041b45ce547b663c6 > files > 1

sc68-2.2.1-11mdv2010.0.src.rpm

diff -p -up sc68-2.2.1/debug68/sc68debug.c~ sc68-2.2.1/debug68/sc68debug.c
--- sc68-2.2.1/debug68/sc68debug.c~	2003-09-23 09:40:53.000000000 +0200
+++ sc68-2.2.1/debug68/sc68debug.c	2009-02-25 14:18:36.000000000 +0100
@@ -1200,7 +1200,7 @@ int main(int na, char **a)
 
 static void dcom(command_t *com)
 {
-  printf(com->com);
+  printf("%s", com->com);
   if(com->altcom!=NULL) printf(" (%s)",com->altcom);
   if(com->help  !=NULL) printf(" : %s",com->help);
   if(com->use   !=NULL) printf("\n  usage: %s %s",com->com,com->use);