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=304587ce504d55bd48a65fcbb94fa2f4fd8c634a;hpb=b7031c73b6facaa3ab47a1463f88b4c40344e1a3;p=evince.git diff --git a/backend/dvi/mdvi-lib/special.c b/backend/dvi/mdvi-lib/special.c index 304587ce..e4832544 100644 --- a/backend/dvi/mdvi-lib/special.c +++ b/backend/dvi/mdvi-lib/special.c @@ -13,9 +13,10 @@ * * 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 #include #include @@ -239,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));