- fixed extended quote management.

This commit is contained in:
Christoph Oelckers 2019-12-25 17:13:36 +01:00
parent 414201e741
commit dd984c94b0
2 changed files with 2 additions and 2 deletions

View File

@ -5257,7 +5257,7 @@ repeatcase:
if (tw == CON_DEFINEQUOTE) if (tw == CON_DEFINEQUOTE)
quoteMgr.InitializeQuote(k, buffer.Data(), true); quoteMgr.InitializeQuote(k, buffer.Data(), true);
else else
quoteMgr.InitializeExQuote(k, buffer.Data(), true); quoteMgr.InitializeExQuote(g_numXStrings, buffer.Data(), true);
if (tw != CON_DEFINEQUOTE) if (tw != CON_DEFINEQUOTE)

View File

@ -1173,7 +1173,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int
// Use this to break at a specific allocation number. // Use this to break at a specific allocation number.
//_crtBreakAlloc = 251490; //_crtBreakAlloc = 254849;
#endif #endif
int ret = DoMain (hInstance); int ret = DoMain (hInstance);