Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > 9ea6198351b456d977a13fb3a1c33665 > files > 5

lam-7.1.4-2mdv2011.0.src.rpm

diff -p -up ./otb/lamgrow/lamgrow.c_orig ./otb/lamgrow/lamgrow.c
--- ./otb/lamgrow/lamgrow.c_orig	2009-09-10 11:38:36.000000000 +0200
+++ ./otb/lamgrow/lamgrow.c	2009-09-10 11:39:00.000000000 +0200
@@ -517,7 +517,7 @@ cleanup(char *context)
 
   err_save = errno;
   if (context != NULL)
-    printf(context);
+    printf("%s", context);
 
   if (NULL != new_hostname) {
     sfh_argv_add(&cmdn, &cmdv, DEFTWIPE);