mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-14 20:21: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];
|
char buffer[256];
|
||||||
|
|
||||||
if (Isle::ReadReg(name, buffer, sizeof(buffer))) {
|
if (ReadReg(name, buffer, sizeof(buffer))) {
|
||||||
*out = atoi(buffer);
|
*out = atoi(buffer);
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user