Oops. Left debugging printf in previous commit.
This commit is contained in:
parent
61139cf638
commit
d02f6a70f1
|
@ -858,7 +858,6 @@ FcNoticeFoundry(const FT_String *notice)
|
||||||
const char *n = notice_foundry_data + nf->notice_offset;
|
const char *n = notice_foundry_data + nf->notice_offset;
|
||||||
const char *f = notice_foundry_data + nf->foundry_offset;
|
const char *f = notice_foundry_data + nf->foundry_offset;
|
||||||
|
|
||||||
printf ("foundry \"%s\" -> \"%s\"\n", n, f);
|
|
||||||
if (strstr ((const char *) notice, n))
|
if (strstr ((const char *) notice, n))
|
||||||
return (const FcChar8 *) f;
|
return (const FcChar8 *) f;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue