[cairo-commit] cairo-perl/t CairoSurface.t,1.13,1.14
Torsten Schoenfeld
commit at pdx.freedesktop.org
Fri Aug 11 11:51:48 PDT 2006
Committed by: tsch
Update of /cvs/cairo/cairo-perl/t
In directory kemper:/tmp/cvs-serv9926/t
Modified Files:
CairoSurface.t
Log Message:
* examples/png-streams.pl: New example that demonstrates how to
use the PNG stream functions.
* t/CairoSurface.t: Whitespace fix.
Index: CairoSurface.t
===================================================================
RCS file: /cvs/cairo/cairo-perl/t/CairoSurface.t,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- CairoSurface.t 10 Aug 2006 23:13:57 -0000 1.13
+++ CairoSurface.t 11 Aug 2006 18:51:46 -0000 1.14
@@ -110,7 +110,7 @@
my ($closure, $length) = @_;
my $buffer;
- if ($length != sysread($fh, $buffer, $length)) {
+ if ($length != sysread ($fh, $buffer, $length)) {
die 'no-memory';
}
More information about the cairo-commit
mailing list