Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-release-src > by-pkgid > 57bd0e37ef17dc1f24b90da1b4d299db > files > 2

afbackup-3.5.3-11.mga6.src.rpm

--- genutils.c.str	2010-02-19 11:09:45.000000000 +0100
+++ genutils.c	2010-02-19 11:10:06.000000000 +0100
@@ -1838,7 +1838,7 @@
 	  d = (i >> 1) + 1;
 	  act_idx += d;
 	  if(act_idx > nel){
-	    fprintf(stderr, compiler_error);
+	    fprintf(stderr, "%s", compiler_error);
 	    exit(0);
 	  }
 	}
@@ -1852,7 +1852,7 @@
 	  d = ((act_idx - 1) >> 1) + 1;
 	  act_idx -= d;
 	  if(act_idx < 1){
-	    fprintf(stderr, compiler_error);
+	    fprintf(stderr, "%s", compiler_error);
 	    exit(0);
 	  }
 	}