mirror of
https://github.com/vdemydiuk/mtapi.git
synced 2026-08-17 20:58:11 +00:00
Missing break after PositionGetDouble
This commit is contained in:
@@ -379,6 +379,7 @@ int executeCommand()
|
|||||||
|
|
||||||
sendDoubleResponse(ExpertHandle, PositionGetDouble(property_id));
|
sendDoubleResponse(ExpertHandle, PositionGetDouble(property_id));
|
||||||
}
|
}
|
||||||
|
break;
|
||||||
|
|
||||||
case 10: //PositionGetInteger
|
case 10: //PositionGetInteger
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user