X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.db-test.git;a=blobdiff_plain;f=pctb%2Fstructure.c;h=139180878012d92ae6b0589c19d262c370a02a21;hp=1045d19cac4a567676160c1b7b72d6d8428ede3b;hb=710699382b7be70ce8fb067a7d64102fa5153754;hpb=34db640250ef96d59059f28eacc65a7c7adba006 diff --git a/pctb/structure.c b/pctb/structure.c index 1045d19..1391808 100644 --- a/pctb/structure.c +++ b/pctb/structure.c @@ -156,7 +156,7 @@ static void mustfail2(void) { #define MRGB(v) fprintf(stderr," %s=%06lx", #v,(v)) #define MC(v) fprintf(stderr," %s='%c'", #v,(v)) #define MS(v) fprintf(stderr," %s=\"%s\"", #v,(v)) -#define MF(v) fprintf(stderr," %s=\"%f\"", #v,(v)) +#define MF(v) fprintf(stderr," %s=%f", #v,(v)) #define MSB(v) fprintf(stderr," %s", (v)) #define MR(v) fprintf(stderr," %s=%d,%d..%d,%d",\ #v,(v).tl.x,(v).tl.y,(v).br.x,(v).br.y)