Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > by-pkgid > 3e4b27f5550c1c65906922266001b260 > files > 1

glabels-2.2.8-1mdv2010.1.src.rpm

--- ./barcode-0.98/plessey.c.str	2008-12-23 05:30:01.000000000 +0100
+++ ./barcode-0.98/plessey.c	2008-12-23 05:30:13.000000000 +0100
@@ -148,7 +148,7 @@
                         checkptr[i+j] ^= check[j];
     }
     for (i = 0; i < 8; i++) {
-        sprintf(ptr, patterns[checkptr[strlen(text) * 4 + i]]);
+        sprintf(ptr, "%s", patterns[checkptr[strlen(text) * 4 + i]]);
 	ptr += 2;
     }
     fprintf(stderr, "CRC: ");