X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/15480be436960212fd31b8963516766a68adcdd5..c37d270aba4917429f1377e1148613b48d06aaaa:/regress/hplayback.c.m4 diff --git a/regress/hplayback.c.m4 b/regress/hplayback.c.m4 index 868aa52..679cff1 100644 --- a/regress/hplayback.c.m4 +++ b/regress/hplayback.c.m4 @@ -257,12 +257,11 @@ static int Pbytes(byte *buf, int maxlen) { } void Q_vb(void) { - int r; const char *nl; Tensurerecordfile(); if (!adns__vbuf_ensure(&vb2,vb.used+2)) Tnomem(); - r= fread(vb2.buf,1,vb.used+2,Tinputfile); + fread(vb2.buf,1,vb.used+2,Tinputfile); if (feof(Tinputfile)) { fprintf(stderr,"adns test harness: input ends prematurely; program did:\n %.*s\n", vb.used,vb.buf);