Commit 7adc0e82 authored by Claes Sjöfors's avatar Claes Sjöfors

Dsup compile fix

parent 811ab42e
...@@ -229,7 +229,7 @@ ...@@ -229,7 +229,7 @@
return;\ return;\
co->Control = con;\ co->Control = con;\
timer2_scan(tp, co);\ timer2_scan(tp, co);\
if (In != co->CtrlPosition) {\ if ((In) != co->CtrlPosition) { \
if (co->Action) co->Action = FALSE;\ if (co->Action) co->Action = FALSE;\
if (co->ReturnCheck) {\ if (co->ReturnCheck) {\
time_GetTime( &co->ReturnTime);\ time_GetTime( &co->ReturnTime);\
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment