Skip to content
Snippets Groups Projects
Commit 81b6bf48 authored by deuce's avatar deuce
Browse files

Remove unnecessary typecasts... hopefully this will fix the invalid lvalue

error.
parent 5cc6c59a
No related branches found
No related tags found
No related merge requests found
......@@ -2360,8 +2360,8 @@ no_default:
{
if(od_control.od_logfile_messages[btCount] == NULL)
{
(char *)od_control.od_logfile_messages[btCount]
= (char *)apszLogMessages[btCount];
od_control.od_logfile_messages[btCount]
= apszLogMessages[btCount];
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment