On 03/29/2011 06:13 PM, Richard Henderson wrote:
On 03/29/2011 06:29 AM, Alexander Graf wrote:
+    if (src == dest) {
+        memset((void*)dest, 0, l + 1);
+        return 0;
+    }
This should be g2h(dest), surely.

Ah, nice. Didn't know about that one :). Very useful indeed.


Alex


Reply via email to