Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix
  • Loading branch information
Nick007J committed Jan 13, 2021
1 parent a844cbb commit ad908f5ddead2276cde8c46df10203be36ef30b4
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/control/Script6.cpp
@@ -426,7 +426,7 @@ int8 CRunningScript::ProcessCommands1000To1099(int32 command)
#ifdef USE_MEASUREMENTS_IN_METERS #ifdef USE_MEASUREMENTS_IN_METERS
UpdateCompareFlag(true); UpdateCompareFlag(true);
#else #else
UpdateCompareFlag(false) UpdateCompareFlag(false);
#endif #endif
return 0; return 0;
case COMMAND_CONVERT_METRES_TO_FEET: case COMMAND_CONVERT_METRES_TO_FEET:

0 comments on commit ad908f5

Please sign in to comment.