1998-10-29
1998-10-29 00:45:35 by Per Hedbor <ph@opera.com>
-
3180de88c234fbf56a20cda09c709fd337f1ed36
(3 lines)
(+2/-1)
[
Show
| Annotate
]
Branch: 7.9
Fixed bug with __NT__ in DNS
Rev: lib/modules/Protocols.pmod/DNS.pmod:1.27
229: Inside #if defined(__NT__)
}),string key)
{
catch {
- return RegGetValue(HKEY_LOCAL_MACHINE, key, value);
+ return RegGetValue(HKEY_LOCAL_MACHINE, key, val);
};
}
}