diff --git a/src/grc/grc.c b/src/grc/grc.c index 37833bfb2..a8d434702 100644 --- a/src/grc/grc.c +++ b/src/grc/grc.c @@ -38,7 +38,8 @@ FILE *outCVT, *input; unsigned char *buffer; unsigned char vlirtabt[127]; unsigned char vlirtabs[127]; -int i,j,lastarg; +int i,j,lastarg; +unsigned l; int bytes; int blocks,rest; @@ -66,7 +67,7 @@ int blocks,rest; bytes = fread(buffer,1,1024,input); fclose(input); if (bytes!=508) - AbEnd("%s is not a cvt header\n",argv[i]); + AbEnd("%s is not a cvt header\n",argv[i]); fwrite(buffer,1,bytes,outCVT); @@ -75,9 +76,9 @@ int blocks,rest; /* clear out things */ memset(buffer,0,512); fwrite(buffer,1,254,outCVT); - for (j=0;j