fix compiler warning for format string
[oweals/gnunet.git] / src / gns / w32nsp-resolve.c
index 2e9e873c153cc59379c69826ab4ab181bb9ec2b3..1de1a3657d36e46c0579b7beba8287dd5b675649 100644 (file)
@@ -362,7 +362,7 @@ main (int argc, char **argv)
                 struct hostent *he = malloc (result->lpBlob->cbSize);
                 if (he != NULL)
                 {
-                  memcpy (he, result->lpBlob->pBlobData, result->lpBlob->cbSize);
+                  GNUNET_memcpy (he, result->lpBlob->pBlobData, result->lpBlob->cbSize);
                   UnpackHostEnt (he);
                   print_hostent (he);
                   free (he);