summarylogtreecommitdiffstats
path: root/printf.patch
blob: 20b7848cd605db7e248bb7d625b3bbb0c33f94a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff '--color=auto' --unified --recursive --text --color ggnfs-code/src/combparts.c ggnfs-code.new/src/combparts.c
--- ggnfs-code/src/combparts.c	2024-05-03 13:48:34.952247291 +0200
+++ ggnfs-code.new/src/combparts.c	2024-05-03 13:49:25.815171131 +0200
@@ -68,7 +68,7 @@
 
   ll_getsortOnFieldSize(fieldsBySize, P);
   if (str != NULL) {
-    printf(str);
+    printf("%s", str);
     for (i=0; i<8; i++) /* Overkill - 4 or 6 would do. */
       numBySize[i]=0;
     i=0;