Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 5f560d187808e83cd560d202abd3bd91 > files > 1

sysstat-9.1.1-2mdv2010.1.src.rpm

Common subdirectories: sysstat-9.0.1.orig/build and sysstat-9.0.1/build
Common subdirectories: sysstat-9.0.1.orig/contrib and sysstat-9.0.1/contrib
Common subdirectories: sysstat-9.0.1.orig/man and sysstat-9.0.1/man
Common subdirectories: sysstat-9.0.1.orig/nls and sysstat-9.0.1/nls
diff -u sysstat-9.0.1.orig/prf_stats.c sysstat-9.0.1/prf_stats.c
--- sysstat-9.0.1.orig/prf_stats.c	2009-03-07 10:18:36.000000000 +0100
+++ sysstat-9.0.1/prf_stats.c	2009-03-11 20:42:42.000000000 +0100
@@ -131,7 +131,7 @@
 			}
 		}
 		else {
-			printf(txt[isdb]);	/* No args */
+			printf("%s", txt[isdb]);	/* No args */
 		}
 	}