mirror of
https://github.com/leozide/leocad
synced 2025-01-18 22:26:44 +01:00
Fixed typo.
This commit is contained in:
parent
24890ecebd
commit
67d2c5b334
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ static LONG WINAPI lcSehHandler(PEXCEPTION_POINTERS exceptionPointers)
|
||||||
|
|
||||||
static void lcSehInit()
|
static void lcSehInit()
|
||||||
{
|
{
|
||||||
if (GetTempPath(LC_ARRAY_SIZE(gMinidumpPath), gMinidumpPath))
|
if (GetTempPath(LC_ARRAY_COUNT(gMinidumpPath), gMinidumpPath))
|
||||||
lstrcat(gMinidumpPath, TEXT("leocad.dmp"));
|
lstrcat(gMinidumpPath, TEXT("leocad.dmp"));
|
||||||
|
|
||||||
SetUnhandledExceptionFilter(lcSehHandler);
|
SetUnhandledExceptionFilter(lcSehHandler);
|
||||||
|
|
Loading…
Reference in a new issue