mirror of
https://github.com/halpz/re3.git
synced 2025-07-21 17:19:42 +00:00
Load and write our settings in re3.ini & fixes
This commit is contained in:
@ -354,4 +354,4 @@ void
|
||||
TextCopy(wchar *dst, const wchar *src)
|
||||
{
|
||||
while((*dst++ = *src++) != '\0');
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user