mirror of
https://github.com/halpz/re3.git
synced 2025-10-06 13:05:35 +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