Skip to content

Commit 015ee0a

Browse files
committed
Work in progress
1 parent 6b8e3bb commit 015ee0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/commonutils/CrashHandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ void CheckForPreviousCrash(const char* logFileName, OsConfigLogHandle log)
102102
if (NULL != (crashStart = strstr(endOfFile, CRASH_PREFIX)))
103103
{
104104
OsConfigLogError(log, "Previous crash detected:");
105-
lenhth = strlen(crashStart);
105+
length = strlen(crashStart);
106106
crashStart[length - 1] = 0;
107107
OsConfigLogError(log, "%s", crashStart);
108108

0 commit comments

Comments
 (0)