Change 18578 by ams@lustre on 2003/01/26 02:40:20
Subject: [PATCH Storable 2.06] const declaration fixup
From: "Craig A. Berry" <[EMAIL PROTECTED]>
Date: Thu, 23 Jan 2003 16:24:46 -0600
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/ext/Storable/Storable.xs#65 edit
Differences ...
==== //depot/perl/ext/Storable/Storable.xs#65 (text) ====
Index: perl/ext/Storable/Storable.xs
--- perl/ext/Storable/Storable.xs#64~18541~ Tue Jan 21 14:08:51 2003
+++ perl/ext/Storable/Storable.xs Sat Jan 25 18:40:20 2003
@@ -3369,7 +3369,7 @@
length -= sizeof (magicstr) - 1;
}
- WRITE(header, length);
+ WRITE( (unsigned char*) header, length);
if (!cxt->netorder) {
TRACEME(("ok (magic_write byteorder = 0x%lx [%d], I%d L%d P%d D%d)",
End of Patch.