[cairo-commit] cairo/test imagediff.c,1.2,1.3
Carl Worth
commit at pdx.freedesktop.org
Thu Apr 7 11:18:42 PDT 2005
Committed by: cworth
Update of /cvs/cairo/cairo/test
In directory gabe:/tmp/cvs-serv8868/test
Modified Files:
imagediff.c
Log Message:
* test/imagediff.c (main): Fix to return non-zero status on error.
Index: imagediff.c
===================================================================
RCS file: /cvs/cairo/cairo/test/imagediff.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- imagediff.c 29 Mar 2005 08:02:19 -0000 1.2
+++ imagediff.c 7 Apr 2005 18:18:40 -0000 1.3
@@ -77,7 +77,7 @@
free (buffer);
- return 0;
+ return total_pixels_changed;
}
More information about the cairo-commit
mailing list