ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/name_registry.cpp
(Generate patch)

Comparing SheepShaver/src/name_registry.cpp (file contents):
Revision 1.14 by gbeauche, 2004-11-22T22:16:09Z vs.
Revision 1.15 by gbeauche, 2004-12-19T09:01:04Z

# Line 343 | Line 343 | void DoPatchNameRegistry(void)
343   void PatchNameRegistry(void)
344   {
345          // Find RegistryCStrEntryCreate() and RegistryPropertyCreate() TVECTs
346 <        rcec_tvect = (uint32)FindLibSymbol("\017NameRegistryLib", "\027RegistryCStrEntryCreate");
346 >        rcec_tvect = FindLibSymbol("\017NameRegistryLib", "\027RegistryCStrEntryCreate");
347          D(bug("RegistryCStrEntryCreate TVECT at %08x\n", rcec_tvect));
348 <        rpc_tvect = (uint32)FindLibSymbol("\017NameRegistryLib", "\026RegistryPropertyCreate");
348 >        rpc_tvect = FindLibSymbol("\017NameRegistryLib", "\026RegistryPropertyCreate");
349          D(bug("RegistryPropertyCreate TVECT at %08x\n", rpc_tvect));
350          if (rcec_tvect == 0 || rpc_tvect == 0) {
351                  ErrorAlert(GetString(STR_NO_NAME_REGISTRY_ERR));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines