X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~matthewv/git?a=blobdiff_plain;f=brl.c;h=d4a088a0367bb437c6a0013f89f6f2ecf9649406;hb=73540d73adb4278b6ae3d08109e0140468b930d9;hp=ddf00520f425b4d0259ecd0f0a8f0d6b98b25e70;hpb=6c79257f026376a14827401d1912a3792094f3e0;p=bible-kjv.git diff --git a/brl.c b/brl.c index ddf0052..d4a088a 100644 --- 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 {