mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 07:38:22 +02:00
Fix to return non-zero status on error.
This commit is contained in:
parent
47824dee31
commit
945e6c2458
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2005-04-07 Carl Worth <cworth@cworth.org>
|
||||
|
||||
* test/imagediff.c (main): Fix to return non-zero status on error.
|
||||
|
||||
2005-04-06 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* src/cairo.h src/cairo-gstate.c src/cairo-font.c: Add
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ main (int argc, char *argv[])
|
|||
|
||||
free (buffer);
|
||||
|
||||
return 0;
|
||||
return total_pixels_changed;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue