~ubuntu-branches/ubuntu/saucy/librsvg/saucy

« back to all changes in this revision

Viewing changes to .pc/20_rsvg_compat.patch/rsvg-convert.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2013-05-24 19:34:11 UTC
  • mfrom: (34.1.3 experimental)
  • Revision ID: package-import@ubuntu.com-20130524193411-olwciye7zzv94ygi
Tags: 2.36.4-2
* Upload to unstable.
* Drop Build-Conflicts against valac-0.16 again. With valac-0.20 now being
  the default this is no longer necessary.
* Drop explicit Build-Depends on gir1.2-glib-2.0 and gir1.2-freedesktop.
  Those are pulled in by libgirepository1.0-dev.
* Bump Standards-Version to 3.9.4. No further changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
#include "rsvg-css.h"
39
39
#include "rsvg.h"
40
 
#include "rsvg-cairo.h"
41
40
#include "rsvg-private.h"
42
41
#include "rsvg-size-callback.h"
43
42
 
61
60
display_error (GError * err)
62
61
{
63
62
    if (err) {
64
 
        g_print ("%s\n", err->message);
 
63
        g_printerr ("%s\n", err->message);
65
64
        g_error_free (err);
66
65
    }
67
66
}