Satisfying compilers...

This commit is contained in:
dp%netscape.com 2001-11-16 03:37:15 +00:00
parent d863273869
commit c093068018
2 changed files with 2 additions and 2 deletions

View File

@ -928,7 +928,7 @@ nsRegistry::GetBytesUTF8IntoBuffer( nsRegistryKey baseKey, const char *path,
// Attempt to get bytes into our fixed buffer
PR_Lock(mregLock);
err = NR_RegGetEntry( mReg,(RKEY)baseKey,NS_CONST_CAST(char*,path),
buf, (unsigned long *)length );
buf, (uint32 *)length );
PR_Unlock(mregLock);
rv = regerr2nsresult(rv);

View File

@ -928,7 +928,7 @@ nsRegistry::GetBytesUTF8IntoBuffer( nsRegistryKey baseKey, const char *path,
// Attempt to get bytes into our fixed buffer
PR_Lock(mregLock);
err = NR_RegGetEntry( mReg,(RKEY)baseKey,NS_CONST_CAST(char*,path),
buf, (unsigned long *)length );
buf, (uint32 *)length );
PR_Unlock(mregLock);
rv = regerr2nsresult(rv);