diff ChangeLog @ 938:31089767a3e3 trunk

[svn] - use unsigned char instead of gpointer for arithmetic to ensure that writes are 8-bit aligned.
author nenolod
date Thu, 12 Apr 2007 11:07:04 -0700
parents c11425915fcb
children 0e40e86fe338
line wrap: on
line diff
--- a/ChangeLog	Thu Apr 12 10:59:34 2007 -0700
+++ b/ChangeLog	Thu Apr 12 11:07:04 2007 -0700
@@ -1,3 +1,11 @@
+2007-04-12 17:59:34 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
+  revision [2002]
+  - get rid of shadowed variable
+  
+  trunk/src/curl/curl.c |    4 ++--
+  1 file changed, 2 insertions(+), 2 deletions(-)
+
+
 2007-04-12 17:58:04 +0000  William Pitcock <nenolod@sacredspiral.co.uk>
   revision [2000]
   - fix a ton of warnings