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;
 }



_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to