gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/gl


From: gsasl-commit
Subject: CVS gsasl/lib/gl
Date: Wed, 5 Oct 2005 17:05:01 +0200

Update of /home/cvs/gsasl/lib/gl
In directory dopio:/tmp/cvs-serv3292/lib/gl

Modified Files:
        memxor.c 
Log Message:
Update.

--- /home/cvs/gsasl/lib/gl/memxor.c     2005/10/05 14:52:30     1.1
+++ /home/cvs/gsasl/lib/gl/memxor.c     2005/10/05 15:05:00     1.2
@@ -30,7 +30,7 @@
   char *d = dest;
 
   for (; n > 0; n--)
-    *d++ ^= *src++;
+    *(char*)d++ ^= *(char*)src++;
 
   return dest;
 }





reply via email to

[Prev in Thread] Current Thread [Next in Thread]