Created Codestriker topic at:
http://codestriker.sourceforge.net/cgi-bin/codestriker.pl?topic=7414522&action=view
User: sits
Date: 05/05/22 03:56:17
Modified: . CHANGELOG
lib/Codestriker/Http Response.pm
Log:
Should use unsigned characters when writing to the compressed streams.
Index: CHANGELOG
===================================================================
RCS file: /cvsroot/codestriker/codestriker/CHANGELOG,v
retrieving revision 1.168
retrieving revision 1.169
diff -u -r1.168 -r1.169
--- CHANGELOG 22 May 2005 10:46:24 -0000 1.168
+++ CHANGELOG 22 May 2005 10:56:16 -0000 1.169
@@ -75,6 +75,9 @@
Win32, this isn't an issue. Found by Michael R. Brumm
<[EMAIL PROTECTED]>.
+* Fixed message "Character in 'c' format wrapped in pack at
+ ... Response.pm", as reported by an anonymous user.
+
Version 1.8.5
* Complete support for VSS repositories. Topics linked to a VSS
Index: Response.pm
===================================================================
RCS file: /cvsroot/codestriker/codestriker/lib/Codestriker/Http/Response.pm,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- Response.pm 22 May 2005 04:33:38 -0000 1.31
+++ Response.pm 22 May 2005 10:56:17 -0000 1.32
@@ -490,7 +490,7 @@
crc => 0,
len => 0,
};
- my ($header) = pack("c10", MAGIC1, MAGIC2,
+ my ($header) = pack("C10", MAGIC1, MAGIC2,
Compress::Zlib::Z_DEFLATED(),
0,0,0,0,0,0, OSCODE);
print {$o->{handle}} $header;
-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Codestriker-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/codestriker-commits