X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdvi%2Fmdvi-lib%2Ftfm.c;h=f37de0bebb9977c572ae1638548ea3815dfd9bf1;hb=dae88237d66fd49588cc27136c59376c443f9e9f;hp=9d6ca4a8133a7fd7ec52936bb87001e84a461f69;hpb=1af6600934d1f723e5b492b8322e52a1144fb0af;p=evince.git diff --git a/backend/dvi/mdvi-lib/tfm.c b/backend/dvi/mdvi-lib/tfm.c index 9d6ca4a8..f37de0be 100644 --- a/backend/dvi/mdvi-lib/tfm.c +++ b/backend/dvi/mdvi-lib/tfm.c @@ -13,7 +13,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ #include @@ -175,9 +175,9 @@ static int tfm_load_font(DviParams *params, DviFont *font) return -1; if(tfm->checksum && font->checksum && tfm->checksum != font->checksum) { - warning(_("%s: Checksum mismatch (got %u, expected %u)\n"), - font->fontname, (unsigned)tfm->checksum, - (unsigned)font->checksum); + mdvi_warning(_("%s: Checksum mismatch (got %u, expected %u)\n"), + font->fontname, (unsigned)tfm->checksum, + (unsigned)font->checksum); } font->checksum = tfm->checksum; font->design = tfm->design;