X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=backend%2Fdvi%2Fmdvi-lib%2Fspecial.c;h=e483254467c6d35bc15e63c450fd92b8179eed3b;hb=dae88237d66fd49588cc27136c59376c443f9e9f;hp=e0e6b8ef7a17d4243e35667208c868618c20bf57;hpb=1af6600934d1f723e5b492b8322e52a1144fb0af;p=evince.git diff --git a/backend/dvi/mdvi-lib/special.c b/backend/dvi/mdvi-lib/special.c index e0e6b8ef..e4832544 100644 --- a/backend/dvi/mdvi-lib/special.c +++ b/backend/dvi/mdvi-lib/special.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 @@ -240,8 +240,8 @@ void sp_layer(DviContext *dvi, const char *prefix, const char *arg) if(dvi->curr_layer) dvi->curr_layer--; else - warning(_("%s: tried to pop top level layer\n"), - dvi->filename); + mdvi_warning(_("%s: tried to pop top level layer\n"), + dvi->filename); } else if(STREQ("reset", arg)) dvi->curr_layer = 0; DEBUG((DBG_SPECIAL, "Layer level: %d\n", dvi->curr_layer));