chiark / gitweb /
patch from Adam Borowski to fix FTBFS on x32
[bible-kjv.git] / brl.c
diff --git a/brl.c b/brl.c
index ddf00520f425b4d0259ecd0f0a8f0d6b98b25e70..d4a088a0367bb437c6a0013f89f6f2ecf9649406 100644 (file)
--- a/brl.c
+++ b/brl.c
@@ -1082,9 +1082,9 @@ ref_t brl_printverse(char *vs,int pretty,int lwidth,FILE *outf)
                    strcpy(dstp, srcp);
                }
                /* now print out the verse */
-               printf( vb2 );
+               printf( "%s", vb2 );
                if (outf != NULL)
-                   fprintf( outf, vb2 );
+                   fprintf( outf, "%s", vb2 );
            } /* for */
        } /* while */
     } else {