mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-12 11:11:16 +00:00
refactor
This commit is contained in:
parent
ad5dd2ba06
commit
63e36a2655
@ -153,7 +153,7 @@ int Isle::ReadRegInt(LPCSTR name, int *out)
|
||||
{
|
||||
char buffer[256];
|
||||
|
||||
if (Isle::ReadReg(name, buffer, sizeof(buffer))) {
|
||||
if (ReadReg(name, buffer, sizeof(buffer))) {
|
||||
*out = atoi(buffer);
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user