1
0
mirror of https://github.com/pdf2htmlEX/pdf2htmlEX.git synced 2024-07-05 09:38:40 +00:00
This commit is contained in:
Lu Wang 2012-09-02 02:25:54 +08:00
parent 5cf21b4fb7
commit c68974c5e5

View File

@ -236,7 +236,7 @@ void HTMLRenderer::embed_font(const path & filepath, GfxFont * font, FontInfo &
{ {
if(!name_conflict_warned) if(!name_conflict_warned)
{ {
name_conflict_warned = false; name_conflict_warned = true;
//TODO: may be resolved using advanced font properties? //TODO: may be resolved using advanced font properties?
cerr << "Warning: encoding confliction detected in font: " << fn << endl; cerr << "Warning: encoding confliction detected in font: " << fn << endl;
} }