mirror of
https://github.com/leozide/leocad.git
synced 2026-09-15 11:03:55 +00:00
Fixed typo.
This commit is contained in:
+1
-1
@@ -71,7 +71,7 @@ static LONG WINAPI lcSehHandler(PEXCEPTION_POINTERS exceptionPointers)
|
||||
|
||||
static void lcSehInit()
|
||||
{
|
||||
if (GetTempPath(LC_ARRAY_SIZE(gMinidumpPath), gMinidumpPath))
|
||||
if (GetTempPath(LC_ARRAY_COUNT(gMinidumpPath), gMinidumpPath))
|
||||
lstrcat(gMinidumpPath, TEXT("leocad.dmp"));
|
||||
|
||||
SetUnhandledExceptionFilter(lcSehHandler);
|
||||
|
||||
Reference in New Issue
Block a user