Description: fix format not a string FTBFS
Author: Anton Gladky <gladk@debian.org>
Last-Update: 2014-05-26

--- hpcc-1.4.1.orig/src/io.c
+++ hpcc-1.4.1/src/io.c
@@ -198,7 +198,7 @@ ErrorReduce(FILE *f, char *str, int eCod
 
   if (rCode) {
     if (f)
-      fprintf( f, str );
+      fprintf( f,"%s", str );
 
     return -1;
   }
