mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-04 07:40:42 +00:00
Satisfying compilers...
This commit is contained in:
parent
d863273869
commit
c093068018
@ -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);
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user