--------------------- PatchSet 5314 Date: 2002/10/09 05:10:31 Author: rbcollins Branch: rbcollins_cxxtest Tag: (none) Log: type safeness for windows Members: src/dns_internal.cc:1.1.2.1->1.1.2.2 Index: squid/src/dns_internal.cc =================================================================== RCS file: /cvsroot/squid-sf//squid/src/Attic/dns_internal.cc,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -u -r1.1.2.1 -r1.1.2.2 --- squid/src/dns_internal.cc 9 Oct 2002 04:39:55 -0000 1.1.2.1 +++ squid/src/dns_internal.cc 9 Oct 2002 05:10:31 -0000 1.1.2.2 @@ -1,6 +1,6 @@ /* - * $Id: dns_internal.cc,v 1.1.2.1 2002/10/09 04:39:55 rbcollins Exp $ + * $Id: dns_internal.cc,v 1.1.2.2 2002/10/09 05:10:31 rbcollins Exp $ * * DEBUG: section 78 DNS lookups; interacts with lib/rfc1035.c * AUTHOR: Duane Wessels @@ -182,7 +182,7 @@ static void idnsParseWIN32Registry(void) { - char *t; + BYTE *t; char *token; HKEY hndKey, hndKey2;